mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-17 16:44:27 -04:00
[iso] relax isolinux cfg file detection for persistence and force DD mode for Pop_OS
This commit is contained in:
parent
076b13c469
commit
1fa0aaf325
3 changed files with 16 additions and 15 deletions
|
@ -1086,6 +1086,7 @@ out:
|
|||
* it with 'rep'. File can be ANSI or UNICODE and is overwritten. Parameters are UTF-8.
|
||||
* The parsed line is of the form: [ ]token[ ]data
|
||||
* Returns a pointer to rep if replacement occurred, NULL otherwise
|
||||
* TODO: We might have to end up with a regexp engine, so that we can do stuff like: "foo*" -> "bar\1"
|
||||
*/
|
||||
char* replace_in_token_data(const char* filename, const char* token, const char* src, const char* rep, BOOL dos2unix)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue