Changeset 33649 for trunk/Ohana/src/libdvo/src/skyregion_ops.c
- Timestamp:
- Apr 1, 2012, 2:28:17 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libdvo/src/skyregion_ops.c (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libdvo/src/skyregion_ops.c
r29439 r33649 20 20 list[0].Nregions = 0; 21 21 list[0].ownElements = FALSE; // this list is only holding a view to the elements 22 strcpy (list[0].hosts, table[0].hosts); 22 23 23 24 region = table[0].regions; … … 67 68 list[0].Nregions = N; 68 69 list[0].ownElements = FALSE; // this list is only holding a view to the elements 70 strcpy (list[0].hosts, table[0].hosts); 69 71 70 72 region = table[0].regions; … … 102 104 list[0].Nregions = N; 103 105 list[0].ownElements = FALSE; // this list is only holding a view to the elements 106 strcpy (list[0].hosts, table[0].hosts); 104 107 105 108 region = table[0].regions; … … 261 264 ALLOCATE (list[0].filename, char *, NNEW); 262 265 list[0].ownElements = FALSE; // this list is only holding a view to the elements 266 strcpy (list[0].hosts, table[0].hosts); 263 267 264 268 region = table[0].regions; … … 326 330 list[0].Nregions = 0; 327 331 list[0].ownElements = FALSE; // this list is only holding a view to the elements 332 strcpy (list[0].hosts, inList[0].hosts); 328 333 329 334 region = inList[0].regions; … … 403 408 ALLOCATE (list[0].filename, char *, NNEW); 404 409 list[0].ownElements = FALSE; // this list is only holding a view to the elements 410 strcpy (list[0].hosts, table[0].hosts); 405 411 406 412 region = table[0].regions;
Note:
See TracChangeset
for help on using the changeset viewer.
