Ram buffer option added (again)
This commit is contained in:
parent
a95bba4785
commit
9ca71be1dc
apps/nexus
|
@ -24,6 +24,9 @@
|
||||||
History
|
History
|
||||||
|
|
||||||
$Log: not supported by cvs2svn $
|
$Log: not supported by cvs2svn $
|
||||||
|
Revision 1.11 2004/10/09 17:22:57 ponchio
|
||||||
|
Ram buffer option added.
|
||||||
|
|
||||||
Revision 1.10 2004/10/09 16:51:36 ponchio
|
Revision 1.10 2004/10/09 16:51:36 ponchio
|
||||||
Windows porting small changes.
|
Windows porting small changes.
|
||||||
|
|
||||||
|
@ -127,7 +130,7 @@ int main(int argc, char *argv[]) {
|
||||||
unsigned int ram_buffer = 128000000;
|
unsigned int ram_buffer = 128000000;
|
||||||
|
|
||||||
int option;
|
int option;
|
||||||
while((option = getopt(argc, argv, "f:t:l:s:d:ro:")) != EOF) {
|
while((option = getopt(argc, argv, "f:t:l:s:d:ro:b")) != EOF) {
|
||||||
switch(option) {
|
switch(option) {
|
||||||
case 'f': patch_size = atoi(optarg);
|
case 'f': patch_size = atoi(optarg);
|
||||||
if(patch_size == 0 || patch_size > 32000) {
|
if(patch_size == 0 || patch_size > 32000) {
|
||||||
|
|
Loading…
Reference in New Issue