blob: 59faca6310a263457a3475727f5e195e2e2b4029 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
--- modemuncher.c 2003-11-05 19:14:10.000000000 -0500
+++ modemuncher.c 2013-02-07 12:03:26.000000000 -0500
@@ -36,5 +36,5 @@
{'w', S_IWOTH},
{'x', S_IXOTH},
- {(char)NULL, (mode_t)-1} /* do not delete this line */
+ {'\0', (mode_t)-1} /* do not delete this line */
};
|