Thank you for the fast fix! I downloaded the code from the repository, compiled, and it worked fine in my box. I did not test with the 5.0 sources.... but I do not think it is really necessary. For now, to avoid the issue in the xubuntu 16.04 pre-compiled binaries, I am explicitly printing the percent symbol. print sprint(" some text %s foo bar ", "%") Best regards and keep up the good work!
I will copy and paste the script here to make it easier. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74#!/usr/bin/gnuplot # Try to run the following script # Then uncomment the WARNING part Ni = 6 static_string_short = "a[0]=-1.062438e-01; a[1]=9.572160e-02; a[2]=8.094381e-02; a[3]=5.064067e-01; a[4]=-7.579121e-01; " static_string =...
sprintf double percent %% heap corruption with long strings
I will copy and paste the script here to make it easier. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74#!/usr/bin/gnuplot # Try to run the following script # Then uncomment the WARNING part Ni = 6 static_string_short = "a[0]=-1.062438e-01; a[1]=9.572160e-02; a[2]=8.094381e-02; a[3]=5.064067e-01; a[4]=-7.579121e-01; " static_string =...
I will copy and paste the script here to make it easier. ~~~ !/usr/bin/gnuplot Try to run the following script Then uncomment the WARNING part Ni = 6 static_string_short = "a[0]=-1.062438e-01; a[1]=9.572160e-02; a[2]=8.094381e-02; a[3]=5.064067e-01; a[4]=-7.579121e-01; " static_string = "a[0]=-1.062438e-01; a[1]=9.572160e-02; a[2]=8.094381e-02; a[3]=5.064067e-01; a[4]=-7.579121e-01; a[5]=-2.123451e-02;" file1="file1.txt" file2="file2.txt" The string itself has no issue print "awk 'BEGIN { a[0]=-1.062438e-01;...
I will copy and paste the script here to make it easier. Try to run the following script Then uncomment the WARNING part Ni = 6 static_string_short = "a[0]=-1.062438e-01; a[1]=9.572160e-02; a[2]=8.094381e-02; a[3]=5.064067e-01; a[4]=-7.579121e-01; " static_string = "a[0]=-1.062438e-01; a[1]=9.572160e-02; a[2]=8.094381e-02; a[3]=5.064067e-01; a[4]=-7.579121e-01; a[5]=-2.123451e-02;" file1="file1.txt" file2="file2.txt" The string itself has no issue print "awk 'BEGIN { a[0]=-1.062438e-01; a[1]=9.572160e-02;...
sprintf double percent %% heap corruption with long strings
pong dynamics... very crude
measuring FPS
still learning sdl
working on contexts
context idea
beginning SDL2
stupid idea...
minor changes, better comments, working on a bl...
adding tree to commands
reordering
unit allocator must stay in "structs"
node container, really smart code, too smart to...
reintroducing tree structures, another wonderfu...
details
main almost done
"variables" was a bad idea
still on commands
input + commands (wip)
playing with commands
preparing to reintroduce txtvector
bufsize in file class
reviewing files
making the code more clear
realloc bug fixed, making the code more clear
sanity
reviewing
checking
a lot of bugs... need rework
cosméticos
change debug
clean up
make files
Re-ordering
trying to reduce the mess
clean up
clean up
missing LDFLAGS
clean up, branching