git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Changes needed on Sun
[u/mrichter/AliRoot.git]
/
RAW
/
AliRawEvent.cxx
diff --git
a/RAW/AliRawEvent.cxx
b/RAW/AliRawEvent.cxx
index 589e76d5c5a2725e76bf49aa3fc4948e152f8bea..e8462c74da8733f4beee0bf9c7065a3312030216 100644
(file)
--- a/
RAW/AliRawEvent.cxx
+++ b/
RAW/AliRawEvent.cxx
@@
-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);