Kaydet (Commit) b711e702 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS warnings01 (1.5.38); FILE MERGED

2005/09/22 22:37:45 sb 1.5.38.2: RESYNC: (1.5-1.6); FILE MERGED
2005/09/14 10:21:51 sb 1.5.38.1: #i53898# Made code warning-free.
üst c157e81c
......@@ -4,9 +4,9 @@
*
* $RCSfile: filehelper.cxx,v $
*
* $Revision: 1.6 $
* $Revision: 1.7 $
*
* last change: $Author: rt $ $Date: 2005-09-09 12:06:46 $
* last change: $Author: hr $ $Date: 2006-06-20 02:28:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -60,7 +60,7 @@ std::string getTempPath()
{
std::string sTempDir;
char* pTmp = getenv( "TEMP" );
char const * pTmp = getenv( "TEMP" );
if (pTmp == NULL) pTmp = getenv("temp");
if (pTmp == NULL) pTmp = getenv("TMP");
if (pTmp == NULL) pTmp = getenv("tmp");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment