You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-cdr/cuecue/files/cuecue-0.2.2-fno-common.patch

12 lines
366 B

--- a/src/libcuecue/cuecue_internal.h
+++ b/src/libcuecue/cuecue_internal.h
@@ -57,7 +57,7 @@
typedef int (*FUNC_DECODER)(char* file_source, char* file_destination, PROGRESS_CALLBACK callback);
#define CUECUE_ERROR_LENGTH 1024
-char cuecue_error[CUECUE_ERROR_LENGTH];
+extern char cuecue_error[CUECUE_ERROR_LENGTH];
#endif /* __CUECUE_INTERNAL__ */