MCPcopy Create free account
hub / github.com/cgsecurity/testdisk / reset_array_file_enable

Function reset_array_file_enable

src/phcfg.c:46–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44#include "phcfg.h"
45
46void reset_array_file_enable(file_enable_t *files_enable)
47{
48 file_enable_t *file_enable;
49 for(file_enable=files_enable;file_enable->file_hint!=NULL;file_enable++)
50 file_enable->enable=file_enable->file_hint->enable_by_default;
51}
52
53/*
54 PhotoRec should try to load the configuration from

Callers 3

mainFunction · 0.85
QPhotorecMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected