OK, I should have explained more about this patch, too. Sorry. Here it is:
The main.c file in 0.7.14 is in DOS format. We use Unix so we don't like that. Convert the file to Unix format first, and then apply the patch. You can convert with commands "dos2unix" or "fromdos".
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: NO
[root@xxxxxx opendchub-0.7.14]# patch -p1 < ../opendchub-
0.7.14/patches/patch-0.7.14hs7.diff
patching file src/main.c
Hunk #1 FAILED at 1056.
1 out of 1 hunk FAILED -- saving rejects to file src/main.c.rej
ehh...help?
Logged In: YES
user_id=714357
OK, I should have explained more about this patch, too. Sorry. Here it is:
The main.c file in 0.7.14 is in DOS format. We use Unix so we don't like that. Convert the file to Unix format first, and then apply the patch. You can convert with commands "dos2unix" or "fromdos".