UsmannQureshii / iphone-elite

Automatically exported from code.google.com/p/iphone-elite
GNU General Public License v2.0
0 stars 0 forks source link

Error in vfdecrypt.c Linux version (vfdecrypt-linux.tar.gz) #74

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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