summaryrefslogtreecommitdiffstats
path: root/src/libs/sqlite2/vdbe.c
diff options
context:
space:
mode:
authorTDE Weblate <[email protected]>2025-03-15 13:04:23 +0000
committerMichele Calgaro <[email protected]>2025-03-19 13:12:11 +0900
commit8b3a88df55c67e3e75b93385db1c4f27f409a06f (patch)
tree8427cf9e4892c66674645e7152c3246a334bd165 /src/libs/sqlite2/vdbe.c
parent0b5e696d79ab1a160293d520b7526e031238989a (diff)
downloaddigikam-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/vdbe.c')
-rw-r--r--src/libs/sqlite2/vdbe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/sqlite2/vdbe.c b/src/libs/sqlite2/vdbe.c
index 1838691c..26c82a33 100644
--- a/src/libs/sqlite2/vdbe.c
+++ b/src/libs/sqlite2/vdbe.c
@@ -277,7 +277,7 @@ static void popStack(Mem **ppTos, int N){
}
/*
-** Return TRUE if zNum is a 32-bit signed integer and write
+** Return true if zNum is a 32-bit signed integer and write
** the value of the integer into *pNum. If zNum is not an integer
** or is an integer that is too large to be expressed with just 32
** bits, then return false.
@@ -1618,7 +1618,7 @@ case OP_StrGe: {
case OP_And:
case OP_Or: {
Mem *pNos = &pTos[-1];
- int v1, v2; /* 0==TRUE, 1==FALSE, 2==UNKNOWN or NULL */
+ int v1, v2; /* 0==true, 1==false, 2==UNKNOWN or NULL */
assert( pNos>=p->aStack );
if( pTos->flags & MEM_Null ){