Author: particle
Date: Fri Feb  3 11:06:45 2006
New Revision: 11416

Modified:
   trunk/src/pmc/file.pmc
Log:
PMC: fix #undef typo in file.pmc

Modified: trunk/src/pmc/file.pmc
==============================================================================
--- trunk/src/pmc/file.pmc      (original)
+++ trunk/src/pmc/file.pmc      Fri Feb  3 11:06:45 2006
@@ -197,7 +197,7 @@ free to change or give me hints on how t
         }
         string_cstring_free(cfrom);
         string_cstring_free(cto);
-#undef CHUNK_SIZE 1024
+#undef CHUNK_SIZE
     }
 
 /*

Reply via email to