Revision: 65311
http://sourceforge.net/p/brlcad/code/65311
Author: n_reed
Date: 2015-06-15 22:56:56 +0000 (Mon, 15 Jun 2015)
Log Message:
-----------
fix typo
Modified Paths:
--------------
brlcad/trunk/include/bu/opt.h
Modified: brlcad/trunk/include/bu/opt.h
===================================================================
--- brlcad/trunk/include/bu/opt.h 2015-06-15 22:54:20 UTC (rev 65310)
+++ brlcad/trunk/include/bu/opt.h 2015-06-15 22:56:56 UTC (rev 65311)
@@ -116,7 +116,7 @@
#define BU_OPT_CHECK_ARGV0(_log_vls, _argc, _argv, _opt_name) \
-if (_argc < 1 || !_argv || !_argv[0] || _argv[0][0] != '\0') { \
+if (_argc < 1 || !_argv || !_argv[0] || _argv[0][0] == '\0') { \
if (_log_vls) { \
bu_vls_printf(_log_vls, "Error: missing required argument: " _opt_name
"\n"); \
} \
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits