Changeset f54b07d for variable.c
- Timestamp:
- Feb 26, 2011, 8:10:30 PM (14 years ago)
- Branches:
- master, release-1.10, release-1.8, release-1.9
- Children:
- 9620c8d
- Parents:
- cb6c9e1
- git-author:
- David Benjamin <davidben@mit.edu> (01/04/11 11:15:08)
- git-committer:
- David Benjamin <davidben@mit.edu> (02/26/11 20:10:30)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
variable.c
rd4927a7 rf54b07d 466 466 int owl_variable_tty_set(owl_variable *v, const void *newval) 467 467 { 468 owl_zephyr_set_locationinfo( owl_global_get_hostname(&g), newval);468 owl_zephyr_set_locationinfo(g_get_host_name(), newval); 469 469 return(owl_variable_string_set_default(v, newval)); 470 470 }
Note: See TracChangeset
for help on using the changeset viewer.