diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-09-15 12:51:47 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-09-15 12:51:47 +0000 |
commit | 5d456f7eba1c5083679973d53ef78b45b22818ca (patch) | |
tree | f4be894988fc80cdc48f3ff1a8d4a86d27decb9a /stdlib | |
parent | effe3e2d1a084fde8fae9b91febb28c97781f9e5 (diff) | |
download | glibc-5d456f7eba1c5083679973d53ef78b45b22818ca.tar.gz glibc-5d456f7eba1c5083679973d53ef78b45b22818ca.tar.xz glibc-5d456f7eba1c5083679973d53ef78b45b22818ca.zip |
Updated to fedora-glibc-20060915T0943
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/test-canon2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/test-canon2.c b/stdlib/test-canon2.c index ba491995b7..f182e95adc 100644 --- a/stdlib/test-canon2.c +++ b/stdlib/test-canon2.c @@ -39,7 +39,7 @@ char *name2; void do_prepare (int argc, char *argv[]) { - char test_dir_len; + size_t test_dir_len; test_dir_len = strlen (test_dir); |