Commit graph

13 commits

Author SHA1 Message Date
d53e4cf4cf Fix typo 2020-03-04 02:55:03 +01:00
af9d3b6964 Remove pointless main prototype.
I'm so sick of grepping this by mistake
2020-03-04 02:55:03 +01:00
7cd14d52ec Remove USE_FIND
I think what that code is doing is to parse a find-like
command and running a search on the file list from the ISO.
This is not what I want, I don't even want to store the
file list anywhere, instead I want to call a functor for each
file and directory being read and keep the code as stateless as
possible. So delete everything here.
2020-03-04 02:55:03 +01:00
35b4e24e98 Remove do_listing variable 2020-03-04 02:55:03 +01:00
ba3de80478 Remove unused functions 2020-03-04 02:55:03 +01:00
a0f681295a Remove some unused variables 2020-03-04 02:55:03 +01:00
399a1a5f5e Remove unused function 2020-03-04 02:55:03 +01:00
141f647497 Remove do_pathtab variable 2020-03-04 02:55:03 +01:00
bd10160088 Remove do_pvd variable 2020-03-04 02:55:03 +01:00
de159615a3 Remove command line parsing and usage help text 2020-03-04 02:55:03 +01:00
9525cc69bd Fix some warnings.
The last one left seems like a genuine one and I'm not sure about the
correct fix. I think that I'm going to remove that block of code
after refactoring tho, so I'm leaving it there for now.
2020-03-03 14:02:53 +01:00
289444bb63 Build fix for isoinfo lib. 2020-03-03 13:58:26 +01:00
c2db22734b Import cdrtools-3.02/mkisofs/diag/isoinfo.c and dependencies.
It doesn't compile, this is the unmodified upstream version.
2020-03-03 11:55:06 +01:00