Changeset 3574
- Timestamp:
- 08/21/08 19:20:10 (3 months ago)
- Files:
-
- 1 modified
-
format-plugins/vformat/src/vformat.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
format-plugins/vformat/src/vformat.c
r3130 r3574 614 614 g_string_assign (str, ""); 615 615 _skip_until (&lp, ":;"); 616 if (*lp == '\r') { 617 osync_trace(TRACE_INTERNAL, "string ended unexpectedly with \\r, skipping it"); 618 break; 619 } 616 620 } 617 621 }
