diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-12-04 23:42:21 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-12-04 23:42:21 +0000 |
commit | abbd6175b483bec001a425d11362e4824ecf6c7d (patch) | |
tree | cf7e3ad8da09d3c8d46ba1eae32d536d20b96916 /argp | |
parent | c4a6d859943d9f35bad48b82530fae2ff3a323e7 (diff) |
Update.
2002-12-04 Ulrich Drepper <drepper@redhat.com>
* td_ta_thr_iter.c (iterate_thread_list): At end of iteration read
pointer to the next element from inferior.
Diffstat (limited to 'argp')
-rw-r--r-- | argp/tst-argp1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/argp/tst-argp1.c b/argp/tst-argp1.c index 7f29ff2e7d..c72185e15d 100644 --- a/argp/tst-argp1.c +++ b/argp/tst-argp1.c @@ -97,7 +97,7 @@ int main (void) { int argc = 2; - char *argv[3] = { "tst-argp1", "--help", NULL }; + char *argv[3] = { (char *) "tst-argp1", (char *) "--help", NULL }; int remaining; /* Parse and process arguments. */ |