aboutsummaryrefslogtreecommitdiffhomepage
path: root/reader.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-02-03 01:23:56 +1000
committerGravatar axel <axel@liljencrantz.se>2006-02-03 01:23:56 +1000
commit06fd1aa9f8aa2d9705ba942055c76518fb1da1f6 (patch)
tree4a6d3e47b2b282d3b376ae31dbc02fae0a8f145f /reader.h
parent5942a6d6c193f6d985d9f4eaada7c8113a40d1c0 (diff)
Make stack traces print absolute filenames
darcs-hash:20060202152356-ac50b-9e6ab31c03d5f49824ccca7eee3b8e62d66b0009.gz
Diffstat (limited to 'reader.h')
-rw-r--r--reader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/reader.h b/reader.h
index 3f8b52f3..89c35af9 100644
--- a/reader.h
+++ b/reader.h
@@ -48,7 +48,7 @@ wchar_t *reader_current_filename();
\param fn The fileanme to push
*/
-void reader_push_current_filename( wchar_t *fn );
+void reader_push_current_filename( const wchar_t *fn );
/**
Pop the current filename from the stack of read files
*/