diff options
author | jbj <devnull@localhost> | 2003-04-15 15:03:49 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2003-04-15 15:03:49 +0000 |
commit | 99837681b3ec1f79ae23c9a60fa7e9162926e858 (patch) | |
tree | afd7a1ab12d8c9c167234172e15c0b227bba65af /file/file.c | |
parent | 1eef3a8561dbfa760f504ca9852cabdbc988a750 (diff) | |
download | librpm-tizen-99837681b3ec1f79ae23c9a60fa7e9162926e858.tar.gz librpm-tizen-99837681b3ec1f79ae23c9a60fa7e9162926e858.tar.bz2 librpm-tizen-99837681b3ec1f79ae23c9a60fa7e9162926e858.zip |
Gratuitous name changes from file-4.02.
CVS patchset: 6743
CVS date: 2003/04/15 15:03:49
Diffstat (limited to 'file/file.c')
-rw-r--r-- | file/file.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/file/file.c b/file/file.c index ee69d21a2..a146e362f 100644 --- a/file/file.c +++ b/file/file.c @@ -246,10 +246,10 @@ main(int argc, char **argv) fm->flags |= FMAGIC_FLAGS_BRIEF; /*@switchbreak@*/ break; case 'c': - action = CHECK; + action = FILE_CHECK; /*@switchbreak@*/ break; case 'C': - action = COMPILE; + action = FILE_COMPILE; /*@switchbreak@*/ break; case 'd': fm->flags |= FMAGIC_FLAGS_DEBUG; |