فهرست منبع

*** empty log message ***

David Rose 25 سال پیش
والد
کامیت
5820b4f320
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      pandatool/src/egg-palettize/txaLine.cxx

+ 1 - 0
pandatool/src/egg-palettize/txaLine.cxx

@@ -47,6 +47,7 @@ parse(const string &line) {
   size_t colon = line.find(':');
   size_t colon = line.find(':');
   if (colon == string::npos) {
   if (colon == string::npos) {
     nout << "Colon required.\n";
     nout << "Colon required.\n";
+    return false;
   }
   }
 
 
   // Chop up the first part of the string (preceding the colon) into
   // Chop up the first part of the string (preceding the colon) into