freebsd-ports/security/bro/files/patch-Obj.cc
2003-10-14 14:50:58 +00:00

11 lines
327 B
C++

--- Obj.cc.orig Sun Oct 5 18:27:31 2003
+++ Obj.cc Sun Oct 5 18:27:44 2003
@@ -47,7 +47,7 @@
delete_data = true;
int tmp;
- return s->Read(&(char*) filename, &tmp) &&
+ return s->Read((char**) &filename, &tmp) &&
s->Read(&first_line) && s->Read(&last_line) &&
s->Read(&first_column) && s->Read(&last_column);
}