File: 010_fix-format-truncation.patch

package info (click to toggle)
obs-gradient-source 0.3.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 476 kB
  • sloc: ansic: 411; makefile: 22; cpp: 16
file content (18 lines) | stat: -rw-r--r-- 666 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: fix FTBFS because a Werror
Author: Exeldro <exelsor@hotmail.com>
Origin: https://github.com/exeldro/obs-gradient-source/commit/6278db440b6500b631cc314662c4b5fc98a77f4d
Bug: https://github.com/exeldro/obs-gradient-source/issues/2
Last-Update: 2023-01-29
Index: obs-gradient-source-0.3.1/gradient-source.c
===================================================================
--- obs-gradient-source-0.3.1.orig/gradient-source.c
+++ obs-gradient-source-0.3.1/gradient-source.c
@@ -6,7 +6,7 @@
 #include "version.h"
 
 #define MAX_GRADIENT_STEPS 9
-#define PROPERTY_NAME_LEN 15
+#define PROPERTY_NAME_LEN 24
 
 struct gradient_info {
 	obs_source_t *source;