diff options
Diffstat (limited to 'audio/icecast/files/patch-src::ice_string.c')
-rw-r--r-- | audio/icecast/files/patch-src::ice_string.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/icecast/files/patch-src::ice_string.c b/audio/icecast/files/patch-src::ice_string.c deleted file mode 100644 index 8daba719660a..000000000000 --- a/audio/icecast/files/patch-src::ice_string.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/ice_string.c -+++ src/ice_string.c -@@ -334,8 +334,6 @@ - - char *safe_strcat(char *dest, const char *src, unsigned int maxsize) - { -- int size = 0; -- - if (!dest || !src) return dest; - - if (ice_strlen(dest) + ice_strlen(src) + 1 >= maxsize) { |