Fossil SCM
Restore Style fix, which got lost by [618258421767778c]
Commit
ef6c243ed9298372778bde8861ce7219d622c531
Parent
8c32e6f0dd09884…
1 file changed
+1
-1
+1
-1
| --- src/checkin.c | ||
| +++ src/checkin.c | ||
| @@ -913,11 +913,11 @@ | ||
| 913 | 913 | zWarning = "Unicode"; |
| 914 | 914 | } |
| 915 | 915 | file_relative_name(zFilename, &fname, 0); |
| 916 | 916 | blob_zero(&ans); |
| 917 | 917 | zMsg = mprintf( |
| 918 | - "%s contains %s; commit anyhow (a=all/y/N)?", | |
| 918 | + "%s contains %s. commit anyhow (a=all/y/N)? ", | |
| 919 | 919 | blob_str(&fname), zWarning); |
| 920 | 920 | prompt_user(zMsg, &ans); |
| 921 | 921 | fossil_free(zMsg); |
| 922 | 922 | cReply = blob_str(&ans)[0]; |
| 923 | 923 | if( cReply=='a' || cReply=='A' ){ |
| 924 | 924 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -913,11 +913,11 @@ | |
| 913 | zWarning = "Unicode"; |
| 914 | } |
| 915 | file_relative_name(zFilename, &fname, 0); |
| 916 | blob_zero(&ans); |
| 917 | zMsg = mprintf( |
| 918 | "%s contains %s; commit anyhow (a=all/y/N)?", |
| 919 | blob_str(&fname), zWarning); |
| 920 | prompt_user(zMsg, &ans); |
| 921 | fossil_free(zMsg); |
| 922 | cReply = blob_str(&ans)[0]; |
| 923 | if( cReply=='a' || cReply=='A' ){ |
| 924 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -913,11 +913,11 @@ | |
| 913 | zWarning = "Unicode"; |
| 914 | } |
| 915 | file_relative_name(zFilename, &fname, 0); |
| 916 | blob_zero(&ans); |
| 917 | zMsg = mprintf( |
| 918 | "%s contains %s. commit anyhow (a=all/y/N)? ", |
| 919 | blob_str(&fname), zWarning); |
| 920 | prompt_user(zMsg, &ans); |
| 921 | fossil_free(zMsg); |
| 922 | cReply = blob_str(&ans)[0]; |
| 923 | if( cReply=='a' || cReply=='A' ){ |
| 924 |