Changeset 4650 for trunk/Nebulous/nebclient
- Timestamp:
- Jul 28, 2005, 2:31:05 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/nebclient/src/nebclient.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/nebclient/src/nebclient.c
r4649 r4650 4 4 * Copyright (C) 2005 Joshua Hoblitt 5 5 * 6 * $Id: nebclient.c,v 1.3 2 2005-07-28 23:32:57jhoblitt Exp $6 * $Id: nebclient.c,v 1.33 2005-07-29 00:31:05 jhoblitt Exp $ 7 7 */ 8 8 … … 330 330 nebObjectInstances *locations; 331 331 char *filename; 332 int instances;333 332 int fh; 334 333 … … 348 347 349 348 if (flag == NEB_WRITE) { 350 if ( instances> 1) {349 if (locations->n > 1) { 351 350 nebSetErr(server, "write not allowed with multiple instances"); 352 351 nebFree(filename);
Note:
See TracChangeset
for help on using the changeset viewer.
