[ekg2-commit] r4025 - trunk/ekg: trunk/ekg/configfile.c trunk/ekg/stuff.c trunk/ekg/stuff.h

SVN commit svn w toxygen.net
Pon, 23 Cze 2008, 15:11:02 CEST


Author: darkjames
Date: 2008-06-23 15:11:01 +0200 (Mon, 23 Jun 2008)
New Revision: 4025

Modified:
   trunk/ekg/configfile.c
   trunk/ekg/stuff.c
   trunk/ekg/stuff.h
Log:
remove leftovers of strip_quotes() 


Modified: trunk/ekg/configfile.c
===================================================================
--- trunk/ekg/configfile.c	2008-06-23 10:14:07 UTC (rev 4024)
+++ trunk/ekg/configfile.c	2008-06-23 13:11:01 UTC (rev 4025)
@@ -95,8 +95,7 @@
 				}
 
 		                tmp++;
-				strip_spaces(tmp);
-				tmp = strip_quotes(tmp);
+				tmp = strip_spaces(tmp);
 
 				window_new(tmp, s, i + 1);	
 	

Modified: trunk/ekg/stuff.c
===================================================================
--- trunk/ekg/stuff.c	2008-06-23 10:14:07 UTC (rev 4024)
+++ trunk/ekg/stuff.c	2008-06-23 13:11:01 UTC (rev 4025)
@@ -1315,7 +1315,6 @@
  * strips spaces from the begining and the end of string @a line
  *
  * @param line - given string
- * @sa strip_quotes - for quotes striping function
  *
  * @note If you pass here smth which was strdup'ed() malloc'ed() or smth which was allocated.<br>
  * 		You <b>must</b> xfree() string passed, not result of this function.

Modified: trunk/ekg/stuff.h
===================================================================
--- trunk/ekg/stuff.h	2008-06-23 10:14:07 UTC (rev 4024)
+++ trunk/ekg/stuff.h	2008-06-23 13:11:01 UTC (rev 4025)
@@ -329,7 +329,6 @@
 
 int mesg_set(int what);
 void iso_to_ascii(unsigned char *buf);
-char *strip_quotes(char *line);
 char *strip_spaces(char *line);
 int strncasecmp_pl(const char * cs,const char * ct,size_t count);
 int strcasecmp_pl(const char *cs, const char *ct);



Więcej informacji o liście dyskusyjnej ekg2-commit