From 10b4644429c23b86f3aaef023fc9f417c739b9ea Mon Sep 17 00:00:00 2001 From: sageweil Date: Thu, 16 Aug 2007 18:26:41 +0000 Subject: [PATCH] asdf git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@1641 29311d96-e01e-0410-9327-a35deaab8ce9 --- branches/sage/mds/test/test_seek_read.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/branches/sage/mds/test/test_seek_read.c b/branches/sage/mds/test/test_seek_read.c index 4cdad3c0e95c8..988ff1dcec88d 100644 --- a/branches/sage/mds/test/test_seek_read.c +++ b/branches/sage/mds/test/test_seek_read.c @@ -11,7 +11,7 @@ int main(int argc, char **argv) { char *fn = argv[1]; - int numblocks = atoi(argv[2]) / 4096; + uint64_t numblocks = atoll(argv[2]) / 4096; int count = 400; cout << "fn " << fn << endl; -- 2.39.5