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