Load cups into easysw/current.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@92 a1ca3aef-8c08-0410-bb20-df032aa958be
diff --git a/cups/string.c b/cups/string.c
index b92773d..79ea73b 100644
--- a/cups/string.c
+++ b/cups/string.c
@@ -1,5 +1,5 @@
/*
- * "$Id: string.c 5238 2006-03-07 04:41:42Z mike $"
+ * "$Id: string.c 5286 2006-03-13 16:32:28Z mike $"
*
* String functions for the Common UNIX Printing System (CUPS).
*
@@ -343,6 +343,12 @@
if (*buf == '.')
{
+ /*
+ * Read fractional portion of number...
+ */
+
+ buf ++;
+
if (loc && loc->decimal_point)
{
strlcpy(tempptr, loc->decimal_point, sizeof(temp) - (tempptr - temp));
@@ -628,5 +634,5 @@
/*
- * End of "$Id: string.c 5238 2006-03-07 04:41:42Z mike $".
+ * End of "$Id: string.c 5286 2006-03-13 16:32:28Z mike $".
*/