From f3d0f070f1b5dc7e6ec631e0cc46752a9eb796d7 Mon Sep 17 00:00:00 2001 From: ponchio Date: Sat, 9 Oct 2004 17:32:25 +0000 Subject: [PATCH] Ram buffer option added (last) --- apps/nexus/voronoinxs.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/nexus/voronoinxs.cpp b/apps/nexus/voronoinxs.cpp index 9c8eebfb..8c54d026 100644 --- a/apps/nexus/voronoinxs.cpp +++ b/apps/nexus/voronoinxs.cpp @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.12 2004/10/09 17:29:04 ponchio +Ram buffer option added (again) + Revision 1.11 2004/10/09 17:22:57 ponchio Ram buffer option added. @@ -130,7 +133,7 @@ int main(int argc, char *argv[]) { unsigned int ram_buffer = 128000000; int option; - while((option = getopt(argc, argv, "f:t:l:s:d:ro:b")) != EOF) { + while((option = getopt(argc, argv, "f:t:l:s:d:ro:b:")) != EOF) { switch(option) { case 'f': patch_size = atoi(optarg); if(patch_size == 0 || patch_size > 32000) {