/[gzz]/gzz/gfx/librenderables/renderables.py
ViewVC logotype

Diff of /gzz/gfx/librenderables/renderables.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.173 by tjl, Mon Jan 27 19:49:00 2003 UTC revision 1.174 by Vegai, Tue Jan 28 15:47:31 2003 UTC
# Line 1574  rs = [ Line 1574  rs = [
1574                  const char *p = s.c_str();                  const char *p = s.c_str();
1575                  char *e;                  char *e;
1576                  float f;                  float f;
1577                  while (f = strtof(p, &e), e > p) {                  while (f = strtod(p, &e), e > p) {
1578                      v.push_back(f);                      v.push_back(f);
1579                      p = e;                      p = e;
1580                  }                  }

Legend:
Removed from v.1.173  
changed lines
  Added in v.1.174

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26