summaryrefslogtreecommitdiffstats
path: root/src/texfat.c
Commit message (Expand)AuthorAgeFilesLines
* Constify a lot of function parametersChristophe Grenier2020-06-191-1/+1
* Use new functions check_command(), skip_comma_in_command() and get_int_from_c...Christophe Grenier2018-03-171-8/+4
* Fix uninitialized variable bug introduced in 34b37516965b499429a401ca2c2cdf2e...Christophe Grenier2017-04-141-1/+1
* Remove verbose parameter from exFAT_boot_sector()Christophe Grenier2017-04-141-89/+93
* Replace EXFAT by exFATChristophe Grenier2016-12-111-2/+2
* New prototype for test_EXFAT()Christophe Grenier2016-01-231-2/+2
* Fixed strncmp lengths in exFAT menuMatthew Howle2015-09-031-4/+4
* Turn off various signed/unsigned comparaison warningsChristophe Grenier2014-11-151-9/+10
* constify more variablesChristophe Grenier2013-06-011-1/+1
* Reduce unnecessary interactivity in scripted runChristophe Grenier2012-12-231-3/+6
* Fix to deal with ncurses 5.8 API violation, newwin(0,0,0,0) doesn't create a ...Christophe Grenier2011-03-281-1/+1
* Minimal support to list and copy files from exFAT for TestDisk.Christophe Grenier2011-02-071-0/+240