Michael Holzheu
6e6d9fa6f9
[PATCH] strstrip remove last blank fix
...
strstrip() does not remove the last blank from strings which only consist
of blanks.
Example:
char string[] = " ";
strstrip(string);
results in " ", but should produce an empty string!
The following patch solves this problem:
Acked-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Michael Holzheu <holzheu@de.ibm.com>
Acked-by: Pekka Enberg <penberg@cs.helsinki.fi>
Acked-by Joern Engel <joern@wh.fh-wedel.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-10-28 11:30:54 -07:00
..
2006-10-03 23:01:26 +02:00
2006-06-22 15:05:58 -07:00
2006-07-31 13:28:37 -07:00
2006-09-22 17:48:56 -07:00
2006-10-11 11:14:22 -07:00
2006-06-30 19:25:36 +02:00
2006-10-20 10:26:43 -07:00
2006-06-25 10:01:20 -07:00
2006-06-25 10:01:20 -07:00
2006-06-25 10:01:20 -07:00
2006-07-03 15:27:01 -07:00
2006-06-30 19:25:36 +02:00
2006-03-26 08:57:11 -08:00
2006-10-02 07:57:12 -07:00
2006-09-26 10:52:38 +02:00
2006-07-14 21:53:54 -07:00
2006-06-20 20:24:58 -07:00
2006-10-01 00:39:31 -07:00
2006-10-06 08:53:40 -07:00
2006-09-12 03:04:40 -04:00
2006-10-13 08:35:38 -07:00
2006-07-03 15:27:04 -07:00
2006-09-25 21:08:40 -07:00
2006-08-03 13:20:06 -07:00
2006-10-11 01:43:58 -04:00
2006-06-25 10:01:09 -07:00
2006-10-01 00:39:17 -07:00
2006-07-03 15:27:03 -07:00
2006-07-03 15:27:03 -07:00
2006-07-03 15:27:03 -07:00
2006-07-03 15:27:03 -07:00
2006-07-03 15:27:03 -07:00
2006-07-03 15:27:03 -07:00
2006-07-03 15:27:03 -07:00
2006-07-03 15:27:03 -07:00
2006-07-03 15:27:03 -07:00
2006-07-03 15:27:03 -07:00
2006-07-03 15:27:03 -07:00
2006-07-03 15:27:03 -07:00
2006-07-03 15:27:03 -07:00
2006-07-03 15:27:03 -07:00
2006-07-03 15:27:04 -07:00
2006-10-17 08:18:43 -07:00
2006-06-23 07:43:06 -07:00
2006-06-27 17:32:46 -07:00
2006-10-10 15:37:23 -07:00
2006-10-17 08:18:43 -07:00
2006-09-30 20:26:56 +02:00
2006-10-11 01:45:14 -04:00
2006-10-11 01:45:14 -04:00
2006-06-30 19:25:36 +02:00
2006-10-03 08:03:41 -07:00
2006-10-11 01:45:14 -04:00
2006-10-28 11:30:54 -07:00
2006-03-24 18:47:11 +01:00
2006-06-30 19:25:36 +02:00
2006-08-22 14:33:58 -07:00
2006-09-29 09:18:23 -07:00
2006-06-30 19:25:36 +02:00
2006-06-28 17:09:34 -07:00