]> git.pld-linux.org Git - packages/cryptsetup-luks.git/blame - cryptsetup-luks-diet.patch
- typo
[packages/cryptsetup-luks.git] / cryptsetup-luks-diet.patch
CommitLineData
864192d9
JR
1--- cryptsetup-1.0.6/lib/utils.c~ 2007-12-01 17:29:27.000000000 +0100
2+++ cryptsetup-1.0.6/lib/utils.c 2009-03-18 22:32:25.000000000 +0100
3@@ -31,7 +31,9 @@
4 free(error);
5 error=NULL;
6 }
7-
229455d9 8+#ifdef __dietlibc__
864192d9
JR
9+ if (fmt)
10+#endif
11 vasprintf(&error, fmt, va);
12 }
13
This page took 0.112474 seconds and 4 git commands to generate.