HalosGhost / pbpst

A command-line libcurl C client for pb deployments
GNU General Public License v2.0
44 stars 9 forks source link

Issue on Musl #84

Open halfwit opened 7 years ago

halfwit commented 7 years ago

When running most recent pbpst, the following error occurs: pbpst: Failed to set text domain codeset

HalosGhost commented 7 years ago

Initially, I thought this was due to musl-libc's different list of supported codesets than glibc's; however, preliminary testing did not confirm this. I need to make the error handling even more explicit so that we get a precise error code if possible.