edit.c: avoid warning about signed/unsigned comparison
authorJim Meyering <meyering@redhat.com>
Fri, 21 Aug 2009 12:41:49 +0000 (14:41 +0200)
committerJim Meyering <meyering@redhat.com>
Fri, 21 Aug 2009 13:24:24 +0000 (15:24 +0200)
commitc17ff8145718ed86419a7f6c5000b73dd54e324a
tree6f3d3d683f8abada34366fe3e820d1b6ee308a89
parent7faff93c3cd2143ee20127f75625f5c520b9d787
edit.c: avoid warning about signed/unsigned comparison

* fish/edit.c (load_file): Change type of param from int to size_t.
(do_edit): Adjust caller.
fish/edit.c