diff options
author | TDE Weblate <[email protected]> | 2025-03-15 13:04:23 +0000 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-03-19 13:12:11 +0900 |
commit | 8b3a88df55c67e3e75b93385db1c4f27f409a06f (patch) | |
tree | 8427cf9e4892c66674645e7152c3246a334bd165 /src/libs/sqlite2/select.c | |
parent | 0b5e696d79ab1a160293d520b7526e031238989a (diff) | |
download | digikam-rename/true-false.tar.gz digikam-rename/true-false.zip |
Update translation filesrename/true-false
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/digikam
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/
Diffstat (limited to 'src/libs/sqlite2/select.c')
-rw-r--r-- | src/libs/sqlite2/select.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/sqlite2/select.c b/src/libs/sqlite2/select.c index 4cf03606..ff11ee75 100644 --- a/src/libs/sqlite2/select.c +++ b/src/libs/sqlite2/select.c @@ -1089,7 +1089,7 @@ static int matchOrderbyToColumn( Select *pSelect, /* Match to result columns of this SELECT */ ExprList *pOrderBy, /* The ORDER BY values to match against columns */ int iTable, /* Insert this value in iTable */ - int mustComplete /* If TRUE all ORDER BYs must match */ + int mustComplete /* If true all ORDER BYs must match */ ){ int nErr = 0; int i, j; |