diff options
Diffstat (limited to 'src/fr-command-cfile.c')
-rw-r--r-- | src/fr-command-cfile.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fr-command-cfile.c b/src/fr-command-cfile.c index fff8bfb..697d8ab 100644 --- a/src/fr-command-cfile.c +++ b/src/fr-command-cfile.c @@ -20,6 +20,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#include <config.h> + #include <sys/types.h> #include <unistd.h> #include <stdlib.h> @@ -76,7 +78,7 @@ get_uncompressed_name_from_archive (FrCommand *comm, while (g_input_stream_read (stream, buffer, 1, NULL, NULL) > 0) { if (buffer[0] == '\0') { filename = g_strdup (file_name_from_path (str->str)); -#ifdef DEBUG +#ifdef MATE_ENABLE_DEBUG g_message ("filename is: %s", filename); #endif break; |