summaryrefslogtreecommitdiff
path: root/gdb/symtab.c
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2003-12-17 22:21:02 +0000
committerJeff Johnston <jjohnstn@redhat.com>2003-12-17 22:21:02 +0000
commit08ee4739156ff8020aa9307ab1419ce624680f88 (patch)
treec92d683f9a7e022b10ff03ac5b5da36ebb0badb7 /gdb/symtab.c
parent7fd81f1eff34e42233df84eb0515b73fd9b1ce3e (diff)
downloadgdb-08ee4739156ff8020aa9307ab1419ce624680f88.tar.gz
2003-12-17 Jeff Johnston <jjohnstn@redhat.com>
* symtab.c (decode_line_spec): Change call to decode_line_1.
Diffstat (limited to 'gdb/symtab.c')
-rw-r--r--gdb/symtab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symtab.c b/gdb/symtab.c
index 6e35e844b1e..1d7b3968d79 100644
--- a/gdb/symtab.c
+++ b/gdb/symtab.c
@@ -3868,7 +3868,7 @@ decode_line_spec (char *string, int funfirstline)
sals = decode_line_1 (&string, funfirstline,
cursal.symtab, cursal.line,
- (char ***) NULL);
+ (char ***) NULL, NULL);
if (*string)
error ("Junk at end of line specification: %s", string);