all repos — fluxbox @ 4a5917731c16c861f8406cec83d3d8f56ecad2b3

custom fork of the fluxbox windowmanager

minor comment
fluxgen fluxgen
commit

4a5917731c16c861f8406cec83d3d8f56ecad2b3

parent

e7f5d341bc713762caceb3e3a570306df94629e5

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/i18n.ccsrc/i18n.cc

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: i18n.cc,v 1.5 2002/04/04 11:32:16 fluxgen Exp $ +// $Id: i18n.cc,v 1.6 2002/08/13 23:54:41 fluxgen Exp $ //usr GNU extensions #ifndef _GNU_SOURCE

@@ -131,6 +131,6 @@ #if defined(NLS) && defined(HAVE_CATGETS)

if (m_catalog_fd != (nl_catd)-1) return (const char *) catgets(m_catalog_fd, set_number, message_number, default_message); else -#endif +#endif // NLS && HAVE_CATGETS return default_message; }