Changeset 897fc1c for variable.c


Ignore:
Timestamp:
Feb 19, 2013, 8:29:04 PM (11 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10
Children:
e5210c9
Parents:
5001a3d
git-author:
David Benjamin <davidben@mit.edu> (06/09/12 23:04:15)
git-committer:
David Benjamin <davidben@mit.edu> (02/19/13 20:29:04)
Message:
Fix error messages a bit
File:
1 edited

Legend:

Unmodified
Added
Removed
  • variable.c

    r5001a3d r897fc1c  
    851851    if (msg) owl_function_error("Unable to set %s (must be %s)", owl_variable_get_name(v),
    852852                                owl_variable_get_validsettings(v));
    853   }
    854   if (msg && (0 != set_successfully)) {
     853  } else if (msg) {
    855854    tostring = owl_variable_get_tostring(v);
    856855    if (tostring) {
Note: See TracChangeset for help on using the changeset viewer.