mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-01 00:54:24 +03:00
* gmc-client.c (main): Warning fix.
This commit is contained in:
parent
74ea91f34d
commit
c90efec4ed
@ -1,3 +1,7 @@
|
|||||||
|
2001-06-06 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* gmc-client.c (main): Warning fix.
|
||||||
|
|
||||||
2001-06-04 Pavel Roskin <proski@gnu.org>
|
2001-06-04 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
* gmcd.c (gnome_filter_cmd): Set default regex filter to "^.*$".
|
* gmcd.c (gnome_filter_cmd): Set default regex filter to "^.*$".
|
||||||
|
@ -226,7 +226,7 @@ main (int argc, char **argv)
|
|||||||
poptContext ctx;
|
poptContext ctx;
|
||||||
CORBA_Environment ev;
|
CORBA_Environment ev;
|
||||||
CORBA_ORB orb;
|
CORBA_ORB orb;
|
||||||
int result;
|
int result = FALSE;
|
||||||
|
|
||||||
bindtextdomain ("gmc-client", LOCALEDIR);
|
bindtextdomain ("gmc-client", LOCALEDIR);
|
||||||
textdomain ("gmc-client");
|
textdomain ("gmc-client");
|
||||||
|
Loading…
Reference in New Issue
Block a user