mirror of
https://github.com/adtools/clib2.git
synced 2025-12-08 14:59:05 +00:00
- Corrected a couple more compiler warnings caused by mutable/constant
string pointer assignments. git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@15149 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* $Id: unistd_def_path.c,v 1.3 2006-09-22 09:02:51 obarthel Exp $
|
||||
* $Id: unistd_def_path.c,v 1.4 2006-09-25 14:51:15 obarthel Exp $
|
||||
*
|
||||
* :ts=4
|
||||
*
|
||||
@ -37,4 +37,4 @@
|
||||
|
||||
/****************************************************************************/
|
||||
|
||||
char * __default_path = (char *)"/gcc/bin:/SDK/C:/SDK/Local/C:/C:.";
|
||||
const char * __default_path = "/gcc/bin:/SDK/C:/SDK/Local/C:/C:.";
|
||||
|
||||
Reference in New Issue
Block a user