Changeset 897fc1c
- Timestamp:
- Feb 19, 2013, 8:29:04 PM (11 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
variable.c
r5001a3d r897fc1c 851 851 if (msg) owl_function_error("Unable to set %s (must be %s)", owl_variable_get_name(v), 852 852 owl_variable_get_validsettings(v)); 853 } 854 if (msg && (0 != set_successfully)) { 853 } else if (msg) { 855 854 tostring = owl_variable_get_tostring(v); 856 855 if (tostring) {
Note: See TracChangeset
for help on using the changeset viewer.