Pynckels left a comment (geany/geany#4250)

I have refactored printing.c It calls a function utils_replace_placeholder in 
utils.c (declared in utils.h)

The call looks like:

(void) utils_replace_placeholder(&cmdline, "defp", doc->file_name);

(void) at start to ignore the return code explicitly.

The goal of "defp" is to permit to change certain placeholders and not to 
replace others following the place from where the function is called.

I have not changed build.c for the moment since I don't like to mingle 
different functional/refactoring changes in one pull request.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/4250#issuecomment-2714434321
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/pull/4250/c2714434...@github.com>

Reply via email to