Changeset 3952b09 in git
- Timestamp:
- Sep 12, 2007, 11:33:33 AM (16 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 02bfd57c6ce11023fbe867738ca01644328137da
- Parents:
- 2649c5e6dbc66409526e5e323733b72f055a3dd9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/feResource.cc
r2649c5 r3952b09 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: feResource.cc,v 1. 7 2005-07-27 09:46:19Singular Exp $ */4 /* $Id: feResource.cc,v 1.8 2007-09-12 09:33:33 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: management of resources … … 562 562 { 563 563 if (*path == fePathSep) n_comps++; 564 if (*path == ';')564 else if (*path == ';') 565 565 { 566 566 *path = fePathSep; … … 636 636 for (path=opath, i=0;i<n_comps-1;i++) 637 637 { 638 strcpy(path, path_comps[i]);638 mystrcpy(path, path_comps[i]); 639 639 path += strlen(path); 640 640 *path = fePathSep; … … 643 643 if (n_comps) 644 644 { 645 strcpy(path, path_comps[i]);645 mystrcpy(path, path_comps[i]); 646 646 } 647 647 else
Note: See TracChangeset
for help on using the changeset viewer.