From 42e1310a30acec5b9b0e77c238e6b7e27ac75553 Mon Sep 17 00:00:00 2001 From: rocky Date: Tue, 4 May 2004 01:32:49 +0000 Subject: [PATCH] Don't use "new" as a parameter names. C++ barfs on it. Closes bug #8786. --- include/cdio/iso9660.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/cdio/iso9660.h b/include/cdio/iso9660.h index 63dc99a8..27639d6a 100644 --- a/include/cdio/iso9660.h +++ b/include/cdio/iso9660.h @@ -1,5 +1,5 @@ /* - $Id: iso9660.h,v 1.39 2004/02/26 00:13:24 rocky Exp $ + $Id: iso9660.h,v 1.40 2004/05/04 01:32:49 rocky Exp $ Copyright (C) 2000 Herbert Valerio Riedel Copyright (C) 2003, 2004 Rocky Bernstein @@ -328,7 +328,7 @@ bool iso9660_isachar (int c); The length of the translated string is returned. */ -int iso9660_name_translate(const char *old, char *new); +int iso9660_name_translate(const char *oldname, char *newname); /*! Pad string src with spaces to size len and copy this to dst. If