View Single Post
Old 02-13-2007, 04:14 PM   #44
scotty1024
Banned
scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.
 
Posts: 1,300
Karma: 1479
Join Date: Jul 2006
Location: Peoples Republic of Washington
Device: Reader / iPhone / Librie / Kindle
Actually at present there are no options in my module...

Code:
int main (int argc, char *argv[]) {
  externalPath = NULL;
  externalPath = alloca(32);
  strcpy( externalPath, "b:/"); // hard coded to SD until I get reliable card type detector working

  initReaderOps();

  fuse_main(argc, argv, &reader_oper, NULL);
#ifdef DEBUG
  fprintf( logFile, "Returned from fuse_main\n");
  fflush( logFile);
#endif

  terminateReaderOps();
}
scotty1024 is offline   Reply With Quote