*/}}
Explorar o código

don't print quick seek

YimingWu hai 1 ano
pai
achega
426b6baebb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      la_data.c

+ 1 - 1
la_data.c

@@ -3732,7 +3732,7 @@ int la_ReadPropQuickSeek(laUDF *udf){
         la_ReadString(udf,buf); strSafeSet(&qs->Path,buf);
         qs->QuickSeek = la_ReadLong(udf);
         lstAppendItem(&udf->QuickSeeks,qs);
-        logPrint("    QuickSeek 0x%x %s\n",qs->QuickSeek,SSTR(qs->Path));
+        //logPrint("    %dx QuickSeeks\n",qs->QuickSeek,SSTR(qs->Path));
     }
 }