pike.git
/
src
/
post_modules
/
GTK2
/
output
/
split.pike
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/post_modules/GTK2/output/split.pike:256:
werror("Failed to stat "+f+"\n"); return 0; } if( s->mtime > last_time ) return 0; } return 1; }
-
void create( string _s, string _d, object p )
+
protected
void create( string _s, string _d, object p )
{ sdir = _s; dir = _d; parent = p; }