Check-in [18a66ab32b]
Not logged in
Overview

SHA1 Hash:18a66ab32baa75cd6724a6ee1e89834309c1a287
Date: 2009-12-11 16:27:22
User: stephan
Comment:accommodated brackets/parens conventions change introduced in #6ae51190cc
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified src/checkin.c from [756aa68723] to [59bae90aed].

@@ -559,11 +559,11 @@
     free(zInit);
   }
   if( blob_size(&comment)==0 ){
     Blob ans;
     blob_zero(&ans);
-    prompt_user("empty check-in comment.  continue [y/N]? ", &ans);
+    prompt_user("empty check-in comment.  continue (y/N)? ", &ans);
     if( blob_str(&ans)[0]!='y' ){
       db_end_transaction(1);
       exit(1);
     }
   }