Fossil SCM

Error message typo fix.

stephan 2019-06-14 00:24 trunk
Commit 5b6be647600ab86b340ae4f88d1d14bebf7c41a24fc59fe70a3a65da8a81265c
1 file changed +1 -1
+1 -1
--- src/file.c
+++ src/file.c
@@ -1995,11 +1995,11 @@
19951995
nowTime = db_int64(-1,
19961996
"SELECT CAST(strftime('%%s',"
19971997
"(SELECT mtime FROM event WHERE objid=%d)"
19981998
") AS INTEGER)", vid);
19991999
if(nowTime<0){
2000
- fossil_fatal("Could not determine out checkout version's time!");
2000
+ fossil_fatal("Could not determine checkout version's time!");
20012001
}
20022002
}else{ /* --checkin */
20032003
assert(0 == nowTime);
20042004
}
20052005
if((pGlob && pGlob->nPattern>0) || g.argc<3){
20062006
--- src/file.c
+++ src/file.c
@@ -1995,11 +1995,11 @@
1995 nowTime = db_int64(-1,
1996 "SELECT CAST(strftime('%%s',"
1997 "(SELECT mtime FROM event WHERE objid=%d)"
1998 ") AS INTEGER)", vid);
1999 if(nowTime<0){
2000 fossil_fatal("Could not determine out checkout version's time!");
2001 }
2002 }else{ /* --checkin */
2003 assert(0 == nowTime);
2004 }
2005 if((pGlob && pGlob->nPattern>0) || g.argc<3){
2006
--- src/file.c
+++ src/file.c
@@ -1995,11 +1995,11 @@
1995 nowTime = db_int64(-1,
1996 "SELECT CAST(strftime('%%s',"
1997 "(SELECT mtime FROM event WHERE objid=%d)"
1998 ") AS INTEGER)", vid);
1999 if(nowTime<0){
2000 fossil_fatal("Could not determine checkout version's time!");
2001 }
2002 }else{ /* --checkin */
2003 assert(0 == nowTime);
2004 }
2005 if((pGlob && pGlob->nPattern>0) || g.argc<3){
2006

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button