Revision: 14290
Author: adrian.chadd
Date: Fri Aug 21 20:23:30 2009
Log: Fix the crash part of issue #53 - thanks ajcorrea!


http://code.google.com/p/lusca-cache/source/detail?r=14290

Modified:
  /branches/LUSCA_HEAD/app/ufs_rebuild/ufs_build_dir.c

=======================================
--- /branches/LUSCA_HEAD/app/ufs_rebuild/ufs_build_dir.c        Sat Aug  1  
23:07:56 2009
+++ /branches/LUSCA_HEAD/app/ufs_rebuild/ufs_build_dir.c        Fri Aug 21  
20:23:30 2009
@@ -178,7 +178,7 @@
      store_ufs_init(&store_ufs_info, argv[1], atoi(argv[2]), atoi(argv[3]),  
argv[4]);

      /* Output swap header to stdout */
-    (void) storeSwapLogPrintHeader(1);
+    (void) storeSwapLogPrintHeader(stdout);

      read_dir(&store_ufs_info);
      store_ufs_done(&store_ufs_info);

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"lusca-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/lusca-commit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to