Sorry, the problem is not "fricas_sprintf_to_buf", but
"extern char errorStr [80];".

I want to avoid this global variable and implementation
detail to leak to util.c.

- Qian

On 5/24/24 23:40, Waldek Hebisch wrote:
On Fri, May 24, 2024 at 05:04:08PM +0800, Qian Yun wrote:
I wanted to avoid pulling in "fricas_sprintf_to_buf".

Turns out I can use

   const char *errorStr = "read from viewport manager\n";

Are you OK with this?

OK if we really need to remove uses of "fricas_sprintf_to_buf".
But why do you want to remove such uses?


--
You received this message because you are subscribed to the Google Groups "FriCAS - 
computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to fricas-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/afa5c34c-5878-4b9b-aaea-b6150ae26681%40gmail.com.

Reply via email to