فهرست منبع

recognize verify_contents token

rdb 16 سال پیش
والد
کامیت
1df1eb4f3e
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      direct/src/plugin_standalone/p3dEmbed.cxx

+ 2 - 0
direct/src/plugin_standalone/p3dEmbed.cxx

@@ -111,6 +111,8 @@ run_embedded(streampos read_offset, int argc, char *argv[]) {
           _win_height = atoi(value.c_str());
           _win_height = atoi(value.c_str());
         } else if (keyword == "root_dir") {
         } else if (keyword == "root_dir") {
           root_dir = value;
           root_dir = value;
+        } else if (keyword == "verify_contents") {
+          _verify_contents = (bool) atoi(value.c_str());
         }
         }
       }
       }
       curstr = "";
       curstr = "";