]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/playlist.m
enable the macosx GUI to handle negative stop-time
[vlc] / modules / gui / macosx / playlist.m
index 825f1c298ecf5e97bebb63b75a59364ef21d16ef..e29644a8bb4429dba21c40cb1817b430c915b60b 100644 (file)
     /* allow the user to over-write the start/stop/run-time */
     if (var_GetFloat(p_input_thread, "run-time") > 0 ||
         var_GetFloat(p_input_thread, "start-time") > 0 ||
-        var_GetFloat(p_input_thread, "stop-time") > 0) {
+        var_GetFloat(p_input_thread, "stop-time") != 0) {
         return;
     }