Fossil SCM

Fix minor finfo line wrapping issue reported on mailing list.

andybradford 2013-09-10 14:32 trunk merge
Commit 4d846d94d3b3944c9b8112a027eb6438a54dfd91
2 files changed +1 -1 +1 -1
+1 -1
--- src/finfo.c
+++ src/finfo.c
@@ -196,11 +196,11 @@
196196
blob_reset(&line);
197197
blob_appendf(&line, "%.10s ", zCiUuid);
198198
blob_appendf(&line, "%.10s ", zDate);
199199
blob_appendf(&line, "%8.8s ", zUser);
200200
blob_appendf(&line, "%8.8s ", zBr);
201
- blob_appendf(&line,"%-40.40s\n", zCom );
201
+ blob_appendf(&line,"%-39.39s", zCom );
202202
comment_print(blob_str(&line), 0, 79);
203203
}
204204
}
205205
db_finalize(&q);
206206
blob_reset(&fname);
207207
--- src/finfo.c
+++ src/finfo.c
@@ -196,11 +196,11 @@
196 blob_reset(&line);
197 blob_appendf(&line, "%.10s ", zCiUuid);
198 blob_appendf(&line, "%.10s ", zDate);
199 blob_appendf(&line, "%8.8s ", zUser);
200 blob_appendf(&line, "%8.8s ", zBr);
201 blob_appendf(&line,"%-40.40s\n", zCom );
202 comment_print(blob_str(&line), 0, 79);
203 }
204 }
205 db_finalize(&q);
206 blob_reset(&fname);
207
--- src/finfo.c
+++ src/finfo.c
@@ -196,11 +196,11 @@
196 blob_reset(&line);
197 blob_appendf(&line, "%.10s ", zCiUuid);
198 blob_appendf(&line, "%.10s ", zDate);
199 blob_appendf(&line, "%8.8s ", zUser);
200 blob_appendf(&line, "%8.8s ", zBr);
201 blob_appendf(&line,"%-39.39s", zCom );
202 comment_print(blob_str(&line), 0, 79);
203 }
204 }
205 db_finalize(&q);
206 blob_reset(&fname);
207
+1 -1
--- src/finfo.c
+++ src/finfo.c
@@ -196,11 +196,11 @@
196196
blob_reset(&line);
197197
blob_appendf(&line, "%.10s ", zCiUuid);
198198
blob_appendf(&line, "%.10s ", zDate);
199199
blob_appendf(&line, "%8.8s ", zUser);
200200
blob_appendf(&line, "%8.8s ", zBr);
201
- blob_appendf(&line,"%-40.40s\n", zCom );
201
+ blob_appendf(&line,"%-39.39s", zCom );
202202
comment_print(blob_str(&line), 0, 79);
203203
}
204204
}
205205
db_finalize(&q);
206206
blob_reset(&fname);
207207
--- src/finfo.c
+++ src/finfo.c
@@ -196,11 +196,11 @@
196 blob_reset(&line);
197 blob_appendf(&line, "%.10s ", zCiUuid);
198 blob_appendf(&line, "%.10s ", zDate);
199 blob_appendf(&line, "%8.8s ", zUser);
200 blob_appendf(&line, "%8.8s ", zBr);
201 blob_appendf(&line,"%-40.40s\n", zCom );
202 comment_print(blob_str(&line), 0, 79);
203 }
204 }
205 db_finalize(&q);
206 blob_reset(&fname);
207
--- src/finfo.c
+++ src/finfo.c
@@ -196,11 +196,11 @@
196 blob_reset(&line);
197 blob_appendf(&line, "%.10s ", zCiUuid);
198 blob_appendf(&line, "%.10s ", zDate);
199 blob_appendf(&line, "%8.8s ", zUser);
200 blob_appendf(&line, "%8.8s ", zBr);
201 blob_appendf(&line,"%-39.39s", zCom );
202 comment_print(blob_str(&line), 0, 79);
203 }
204 }
205 db_finalize(&q);
206 blob_reset(&fname);
207

Keyboard Shortcuts

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