Kaydet (Commit) a632966e authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS sb59 (1.23.22); FILE MERGED

2006/08/11 15:04:30 sb 1.23.22.1: #i67487# Made code warning-free (wntmsci10).
üst ed27d98c
......@@ -4,9 +4,9 @@
*
* $RCSfile: step0.cxx,v $
*
* $Revision: 1.24 $
* $Revision: 1.25 $
*
* last change: $Author: obo $ $Date: 2006-09-17 10:06:35 $
* last change: $Author: obo $ $Date: 2006-10-12 14:30:44 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -633,7 +633,7 @@ void SbiRuntime::StepARGV()
void SbiRuntime::StepINPUT()
{
String s;
char ch;
char ch = 0;
SbError err;
// Skip whitespace
while( ( err = pIosys->GetError() ) == 0 )
......
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