Revision: 2840
http://ipcop.svn.sourceforge.net/ipcop/?rev=2840&view=rev
Author: gespinasse
Date: 2009-05-13 06:45:40 +0000 (Wed, 13 May 2009)
Log Message:
-----------
At least check against a variable we know the value.
Previous was erronous and produce wrong warning during supplemental module
modprobe
Modified Paths:
--------------
ipcop/trunk/src/installer/helper.c
Modified: ipcop/trunk/src/installer/helper.c
===================================================================
--- ipcop/trunk/src/installer/helper.c 2009-05-13 06:25:32 UTC (rev 2839)
+++ ipcop/trunk/src/installer/helper.c 2009-05-13 06:45:40 UTC (rev 2840)
@@ -113,7 +113,7 @@
char mycommand[STRING_SIZE_LARGE + 64]; //we have a large buffer for
the initrd setup!
int cr = 0;
- if (strchr(mycommand, '\n'))
+ if (strchr(command, '\n'))
cr = 1;
#if 0
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn