]> git.pld-linux.org Git - packages/cryptsetup.git/blame - diet.patch
- typo
[packages/cryptsetup.git] / diet.patch
CommitLineData
7fc2d41d
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-
ad5246f7 8+#ifdef __dietlibc__
7fc2d41d
JR
9+ if (fmt)
10+#endif
11 vasprintf(&error, fmt, va);
12 }
13
This page took 0.096347 seconds and 4 git commands to generate.