[Box Backup-dev] COMMIT r530 - box/chris/general/lib/win32

boxbackup-dev@fluffy.co.uk boxbackup-dev@fluffy.co.uk
Mon, 27 Feb 2006 00:19:42 +0000 (GMT)


Author: chris
Date: 2006-02-27 00:19:35 +0000 (Mon, 27 Feb 2006)
New Revision: 530

Modified:
   box/chris/general/lib/win32/getopt_long.cxx
Log:
* getopt_long.cxx
- Added a newline at the end of getopt error messages, as required by
  the warnx() spec


Modified: box/chris/general/lib/win32/getopt_long.cxx
===================================================================
--- box/chris/general/lib/win32/getopt_long.cxx	2006-02-26 20:09:44 UTC (rev 529)
+++ box/chris/general/lib/win32/getopt_long.cxx	2006-02-27 00:19:35 UTC (rev 530)
@@ -95,6 +95,7 @@
 	va_start(ap, fmt);
 	vfprintf(stderr, fmt, ap);
 	va_end(ap);
+	fprintf(stderr, "\n");
 }
 
 static int getopt_internal(int, char * const *, const char *,