1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-27 07:35:16 +02:00
mu/lib/utils
Dirk-Jan C. Binnema b2014fe93e use g_snprintf instead of snprintf
Seems the latter cannot be found on some platforms; perhaps a
c++/namespace thing?

Use g_snprintf instead.
2020-01-07 23:17:15 +02:00
..
Makefile.am mu: allow for code-coverage reports 2020-01-01 15:56:48 +02:00
mu-date.c lib: split out utils to lib/utils 2019-12-22 15:26:45 +02:00
mu-date.h lib: split out utils to lib/utils 2019-12-22 15:26:45 +02:00
mu-error.hh lib/utils: Update 2020-01-05 17:46:21 +02:00
mu-log.c lib: split out utils to lib/utils 2019-12-22 15:26:45 +02:00
mu-log.h lib: split out utils to lib/utils 2019-12-22 15:26:45 +02:00
mu-str.c use g_snprintf instead of snprintf 2020-01-07 23:17:15 +02:00
mu-str.h update for lib/utils split 2019-12-22 15:26:45 +02:00
mu-util.c use g_snprintf instead of snprintf 2020-01-07 23:17:15 +02:00
mu-util.h lib/utils: Update 2020-01-05 17:46:21 +02:00
mu-utils.cc use g_snprintf instead of snprintf 2020-01-07 23:17:15 +02:00
mu-utils.hh lib/utils: Update 2020-01-05 17:46:21 +02:00
test-mu-str.c update for lib/utils split 2019-12-22 15:26:45 +02:00
test-mu-util.c update for lib/utils split 2019-12-22 15:26:45 +02:00
test-utils.cc lib/utils: Update 2020-01-05 17:46:21 +02:00