]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliRawEvent.cxx
Changes needed on Sun
[u/mrichter/AliRoot.git] / RAW / AliRawEvent.cxx
index 589e76d5c5a2725e76bf49aa3fc4948e152f8bea..e8462c74da8733f4beee0bf9c7065a3312030216 100644 (file)
@@ -944,7 +944,7 @@ void AliRunDB::Update(AliStats *stats)
    fRunDB->cd();
 
    char sname[64];
-   char *s = strrchr(stats->GetFileName(), '/');
+   char *s = (char*)strrchr(stats->GetFileName(), '/');
    if (s) {
       s++;
       strcpy(sname, s);