Fossil SCM
Error message typo fix.
Commit
5b6be647600ab86b340ae4f88d1d14bebf7c41a24fc59fe70a3a65da8a81265c
Parent
519af48c8c025f2…
1 file changed
+1
-1
+1
-1
| --- src/file.c | ||
| +++ src/file.c | ||
| @@ -1995,11 +1995,11 @@ | ||
| 1995 | 1995 | nowTime = db_int64(-1, |
| 1996 | 1996 | "SELECT CAST(strftime('%%s'," |
| 1997 | 1997 | "(SELECT mtime FROM event WHERE objid=%d)" |
| 1998 | 1998 | ") AS INTEGER)", vid); |
| 1999 | 1999 | if(nowTime<0){ |
| 2000 | - fossil_fatal("Could not determine out checkout version's time!"); | |
| 2000 | + fossil_fatal("Could not determine checkout version's time!"); | |
| 2001 | 2001 | } |
| 2002 | 2002 | }else{ /* --checkin */ |
| 2003 | 2003 | assert(0 == nowTime); |
| 2004 | 2004 | } |
| 2005 | 2005 | if((pGlob && pGlob->nPattern>0) || g.argc<3){ |
| 2006 | 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 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 |