j
k
j a
j l
On Wed Jul 10 19:46:55 2024 +0000, Zhiyi Zhang wrote:
Can't it be something like the following? if (!str) ptr = NULL; else if (!(ptr = get_buffer( buffer, sizeof(buffer), len ))) break;
Can't it be something like the following?
if (!str) ptr = NULL; else if (!(ptr = get_buffer( buffer, sizeof(buffer), len ))) break;
This should be solved now :frog:
Back to the thread
Back to the list