Changeset 376

Show
Ignore:
Timestamp:
03/09/06 22:37:33 (3 years ago)
Author:
dp
Message:
  • fix optstring parameter for getopt_long()
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • nepenthes/trunk/nepenthes-core/src/Nepenthes.cpp

    r375 r376  
    218218                }; 
    219219 
    220                 int32_t c = getopt_long(argc, argv, "c:Cd:f:g:hHikl:Lor:Ru:vVw:", long_options, (int *)&option_index); 
     220                int32_t c = getopt_long(argc, argv, "c:Cd:f:g:hHikl:Lo:r:Ru:vVw:", long_options, (int *)&option_index); 
    221221                if (c == -1) 
    222222                        break;