ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libukcprog/src/formf.c
(Generate patch)

Comparing projects/libukcprog/src/formf.c (file contents):
Revision 1.3 by tdb, Thu Aug 21 21:46:18 2003 UTC vs.
Revision 1.4 by tdb, Thu Aug 21 21:53:42 2003 UTC

# Line 266 | Line 266 | va_list args;
266  
267                  if (*fmt == '\0') {
268                          buf[pos] = '\0';
269 +                        errno=saved_errno;
270                          return buf;     /* end of format string */
271                  }
272  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines