mirror of
https://review.haiku-os.org/haiku
synced 2025-02-01 11:15:59 +01:00
Translate print the output formats twice instead of the input formats.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20580 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
df004988d8
commit
d1fca1ccb8
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2003-2006, Haiku. All Rights Reserved.
|
||||
* Copyright 2003-2007, Haiku. All Rights Reserved.
|
||||
* Distributed under the terms of the MIT license.
|
||||
*
|
||||
* Authors:
|
||||
@ -619,7 +619,7 @@ TranslateApp::ListTranslators(uint32 type)
|
||||
|
||||
for (int32 j = 0; j < inCount; j++) {
|
||||
printf(" input:\t");
|
||||
print_translation_format(outputFormats[j]);
|
||||
print_translation_format(inputFormats[j]);
|
||||
}
|
||||
|
||||
for (int32 j = 0; j < outCount; j++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user