Changeset 587cc5 in git for kernel/febase.cc


Ignore:
Timestamp:
Jun 22, 2009, 7:16:57 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
13bb32cb413d6ce85098f26c34acf917ce0c005c
Parents:
d5042e24b7e01b5dc02ef718e5a3e8ec3f3187e1
Message:
*hannes: gcc 4.4/sage


git-svn-id: file:///usr/local/Singular/svn/trunk@11916 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/febase.cc

    rd5042e r587cc5  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: febase.cc,v 1.23 2009-06-21 14:10:58 Singular Exp $ */
     4/* $Id: febase.cc,v 1.24 2009-06-22 17:16:57 Singular Exp $ */
    55/*
    66* ABSTRACT: i/o system
     
    746746      {
    747747        strcpy(longpath, pw_entry->pw_dir);
    748         dir_sep = strchr(path, DIR_SEP);
     748        dir_sep = strchr((char *)path, DIR_SEP);
    749749        strcat(longpath, dir_sep);
    750750        path = longpath;
Note: See TracChangeset for help on using the changeset viewer.