[Rawstudio-commit] r1758 - trunk/src
Anders Brander
anders at brander.dk
Sat Apr 12 21:51:50 CEST 2008
Author: abrander
Date: 2008-04-12 21:51:50 +0200 (Sat, 12 Apr 2008)
New Revision: 1758
Modified:
trunk/src/filename.c
Log:
Small 64-bit fix. Patch by Rafael Esp?\195?\173ndola.
Modified: trunk/src/filename.c
===================================================================
--- trunk/src/filename.c 2008-04-12 17:59:55 UTC (rev 1757)
+++ trunk/src/filename.c 2008-04-12 19:51:50 UTC (rev 1758)
@@ -157,7 +157,7 @@
}
}
- temp[m] = (gint) NULL;
+ temp[m] = '\0';
if (output)
g_free(output);
More information about the Rawstudio-commit
mailing list