mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 05:48:40 +00:00
moved IO related code to stand-alone file, piped all read/and writes
through new API, /rad_log now can enable read and/or write logs with "io", "io_reads", "io_writes" parameters.
This commit is contained in:
@@ -202,7 +202,7 @@ lnk_unwrap_rsp(Arena *arena, String8List arg_list)
|
||||
|
||||
if (os_file_path_exists(name)) {
|
||||
// read rsp from disk
|
||||
String8 file = os_data_from_file_path(scratch.arena, name);
|
||||
String8 file = lnk_read_data_from_file_path(scratch.arena, name);
|
||||
|
||||
// parse rsp
|
||||
String8List rsp_args = lnk_arg_list_parse_windows_rules(scratch.arena, file);
|
||||
|
||||
Reference in New Issue
Block a user