Changeset 65

Show
Ignore:
Timestamp:
02/12/04 21:49:08 (5 years ago)
Author:
ug
Message:

Another typo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 05/devel/sgfpars.cc

    r64 r65  
    326326 
    327327  if (val && PyList_Check(val) && PyList_Size(val)) v = PyList_GetItem(val, 0);  
    328   if (v and PyString_Check(v)) { 
     328  if (v && PyString_Check(v)) { 
    329329    char* s = PyString_AsString(v); 
    330330    encoding = new char[strlen(s)+1];