Changeset 587cc5 in git for kernel/febase.cc
- Timestamp:
- Jun 22, 2009, 7:16:57 PM (14 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 13bb32cb413d6ce85098f26c34acf917ce0c005c
- Parents:
- d5042e24b7e01b5dc02ef718e5a3e8ec3f3187e1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/febase.cc
rd5042e r587cc5 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: febase.cc,v 1.2 3 2009-06-21 14:10:58Singular Exp $ */4 /* $Id: febase.cc,v 1.24 2009-06-22 17:16:57 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: i/o system … … 746 746 { 747 747 strcpy(longpath, pw_entry->pw_dir); 748 dir_sep = strchr( path, DIR_SEP);748 dir_sep = strchr((char *)path, DIR_SEP); 749 749 strcat(longpath, dir_sep); 750 750 path = longpath;
Note: See TracChangeset
for help on using the changeset viewer.