Changeset b7a74a8
- Timestamp:
- Feb 18, 2013, 2:58:37 AM (12 years ago)
- Parents:
- 6a20996 (diff), bbe7d4a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zephyr.c
r9b3167b rbbe7d4a 291 291 struct stat statbuff; 292 292 293 subs = g_new(ZSubscription_t, subSize);294 293 subsfile = owl_zephyr_dotfile(".zephyr.subs", filename); 295 294 … … 307 306 if (!file) 308 307 return -1; 308 309 subs = g_new(ZSubscription_t, subSize); 309 310 while (owl_getline(&buffer, file)) { 310 311 if (buffer[0] == '#' || buffer[0] == '\n')
Note: See TracChangeset
for help on using the changeset viewer.