summaryrefslogtreecommitdiffstats
path: root/fish/lcd.c
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2010-10-21 10:50:25 +0100
committerRichard W.M. Jones <rjones@redhat.com>2010-10-21 10:50:25 +0100
commit6391d1a7cfa10337a75465c72d49df3c9ebc65ca (patch)
tree84072813ae8e8790cc42c02fcb71cd04e2a1bc5d /fish/lcd.c
parentfcd75e021a12fbd93c4d51fbca7844fdb4f7436f (diff)
downloadlibguestfs-6391d1a7cfa10337a75465c72d49df3c9ebc65ca.tar.gz
libguestfs-6391d1a7cfa10337a75465c72d49df3c9ebc65ca.tar.xz
libguestfs-6391d1a7cfa10337a75465c72d49df3c9ebc65ca.zip
fish: Change 'int argc' to 'size_t argc' throughout.
Diffstat (limited to 'fish/lcd.c')
-rw-r--r--fish/lcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fish/lcd.c b/fish/lcd.c
index 2679a490..857bcf30 100644
--- a/fish/lcd.c
+++ b/fish/lcd.c
@@ -28,7 +28,7 @@
/* guestfish lcd command (similar to the lcd command in BSD ftp) */
int
-run_lcd (const char *cmd, int argc, char *argv[])
+run_lcd (const char *cmd, size_t argc, char *argv[])
{
if (argc != 1) {
fprintf (stderr, _("use 'lcd directory' to change local directory\n"));