What steps will reproduce the problem?
1. The program can compile under linux, but won't stop after running
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
Fedora 7
Please provide any additional information below.
In order to sucessfully run the program under linux
The source code of vfdecrypt.c
Line 357 should be changed to
while((c = getopt(argc, argv, "hvi:o:p:k:")) != -1) {
The original Line 257 of vfdecrypt.c is
while((c = getopt(argc, argv, "hvi::o::p:k:")) != -1) {
Original issue reported on code.google.com by tungchingkai@gmail.com on 29 Jan 2008 at 10:18
Original issue reported on code.google.com by
tungchingkai@gmail.com
on 29 Jan 2008 at 10:18