[med-svn] r11481 - trunk/packages/ffindex/trunk/debian/patches
Laszlo Kajan
lkajan-guest at alioth.debian.org
Tue Jun 26 16:22:46 UTC 2012
Author: lkajan-guest
Date: 2012-06-26 16:22:46 +0000 (Tue, 26 Jun 2012)
New Revision: 11481
Modified:
trunk/packages/ffindex/trunk/debian/patches/Makefile
Log:
fixed error message
Modified: trunk/packages/ffindex/trunk/debian/patches/Makefile
===================================================================
--- trunk/packages/ffindex/trunk/debian/patches/Makefile 2012-06-26 16:11:27 UTC (rev 11480)
+++ trunk/packages/ffindex/trunk/debian/patches/Makefile 2012-06-26 16:22:46 UTC (rev 11481)
@@ -213,7 +213,7 @@
if(index == NULL)
{
- fferror_print(__FILE__, __LINE__, __func__, "malloc failed");
-+ char buf[2048]; snprintf( buf, 2048, "malloc failed to allocate %ld bytes: %s", nbytes, strerror(errno) );
++ char buf[2048]; snprintf( buf, 2048, "malloc failed to allocate %ld bytes", nbytes );
+ fferror_print(__FILE__, __LINE__, __func__, buf );
return NULL;
}
More information about the debian-med-commit
mailing list