看板 DFBSD_submit 關於我們 聯絡資訊
On Thu, 13 Jan 2005 05:58:41 -0800, Max Okumoto <okumoto@ucsd.edu> wrote: > Sergey Gluschenko wrote: > > http://xlab.users.sevsky.net/dfly/ar.patch > --- ar/misc.c 2003-10-02 20:42:25.000000000 +0300 > +++ ar.local/misc.c 2005-01-13 02:14:24.000000000 +0200 > @@ -54,12 +54,12 @@ > #include "extern.h" > #include "pathnames.h" > > -char *tname = "temporary file"; /* temporary file "name" */ > +char const*tname = "temporary file"; /* temporary file "name" */ ^^^^^^^^^^^^^^ Is there a space missing? Regards, -- Andreas