Stockholm, Sweden
Sigrid aka ftrvxmtrx
I write software for 9front.
From Sigrid Solveig Haflínudóttir to ~rabbits/public-inbox
It'd also work, but only because snprintf is not a define. Imo, this is just wrong way to fix this.
From Sigrid Solveig Haflínudóttir to ~ft/public-inbox
(retrying replying again after SPF failure) Very nice, thanks! Merged & bootstrapped to get it built in.
From Sigrid Solveig Haflínudóttir to ~ft/public-inbox
Very nice, thanks!
From Sigrid Solveig Haflínudóttir to ~ft/public-inbox
Just testing this mailing list. Treason now supports all kinds of H.264, not just baseline. That means any youtube video should be playable. Same goes to peertube and your local anime collection (*coughs* needs subtitles rendering).
From Serge Ziryukin to ~eschwartz/foo-test
Signed-off-by: Serge Ziryukin <ftrvxmtrx@gmail.com> --- src/pacman/util.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/pacman/util.c b/src/pacman/util.c index 5099237..c37c8b0 100644 --- a/src/pacman/util.c +++ b/src/pacman/util.c @@ -648,7 +648,6 @@ void print_packages(const alpm_list_t *packages) string = strreplace(temp, "%s", size); free(size); free(temp); temp = string;[message trimmed]
From Serge Ziryukin to ~eschwartz/foo-test
Signed-off-by: Serge Ziryukin <ftrvxmtrx@gmail.com> --- src/pacman/pacman.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c index d32d4d1..206cdcf 100644 --- a/src/pacman/pacman.c +++ b/src/pacman/pacman.c @@ -489,6 +489,7 @@ static int parseargs(int argc, char *argv[]) setarch(optarg); break; case OP_PRINTFORMAT: check_optarg();[message trimmed]