summaryrefslogtreecommitdiff
path: root/audio/darkice/patches/patch-src_Util.cpp
blob: 22ee5c33ca813246968c126c8c9516576b66f4d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-src_Util.cpp,v 1.2 2012/02/08 00:19:42 sbd Exp $

--- src/Util.cpp.orig	2005-04-17 10:58:09.000000000 +0000
+++ src/Util.cpp
@@ -276,7 +276,7 @@ Util :: fileAddDate ( const char * str )
     unsigned int    size;
     char          * s;
     char          * strdate;
-    char          * last;
+    const char    * last;
     time_t          now;
     
     if ( !str ) {