FXFont.cpp:2805:13: warning: array subscript is below array
FXint len=string.find(','); // ... if(0<=len){ // ... } else{ // ... face[len]=0; // ...
Log in to post a comment.