Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/multimedia/ccextractor/files/patch-src_lib__ccx_configuration.c
19260 views
1
--- src/lib_ccx/configuration.c.orig 2025-10-28 13:57:45 UTC
2
+++ src/lib_ccx/configuration.c
3
@@ -91,7 +91,7 @@ static void parse_file(FILE *f, struct ccx_s_options *
4
static void parse_file(FILE *f, struct ccx_s_options *opt)
5
{
6
char *str = (char *)malloc(128);
7
- char c = '\0';
8
+ int c = '\0';
9
int comments = 0;
10
int i = 0;
11
int ret = 0;
12
13