Comskip icon indicating copy to clipboard operation
Comskip copied to clipboard

just a suggestion for comskip on linux

Open raspo666 opened this issue 3 years ago • 0 comments

what about the following for comskip on linux ? --- comskip.c.orig 2021-11-13 18:39:09.219241152 +0100 +++ comskip.c 2021-11-13 18:37:37.151248689 +0100 @@ -13050,6 +13050,10 @@ { Debug(1, "%s not found\n", searchexefile); } +#else ifdef linux + +strcpy(inifilename,"/etc/comskip.ini"); + #endif } edit: somehow this online editor stole the double underscores around "linux" ...

raspo666 avatar Nov 13 '21 17:11 raspo666