Changeset 6487 for branches/stable_5.0/ARBDB/adsocket.c
- Timestamp:
- 28/02/10 13:15:29 (2 years ago)
- Files:
-
- 1 modified
-
branches/stable_5.0/ARBDB/adsocket.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/stable_5.0/ARBDB/adsocket.c
r6143 r6487 246 246 } 247 247 else { 248 char *mn = GB_strpartdup(path, p );248 char *mn = GB_strpartdup(path, p-1); 249 249 250 250 int i = atoi(p + 1);
