aboutsummaryrefslogtreecommitdiff
path: root/src/verify.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/verify.c')
-rw-r--r--src/verify.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/verify.c b/src/verify.c
index 4a108bc..dee160f 100644
--- a/src/verify.c
+++ b/src/verify.c
@@ -96,6 +96,9 @@ fill_project_name (struct file_triplet *trp)
96 char *p; 96 char *p;
97 const char *directory; 97 const char *directory;
98 int rc; 98 int rc;
99
100 if (trp->blurb)
101 return 0;
99 102
100 size = trp->file[file_directive].sb.st_size; 103 size = trp->file[file_directive].sb.st_size;
101 if (size <= MSG_BEGIN_MARKER_LEN) 104 if (size <= MSG_BEGIN_MARKER_LEN)

Return to:

Send suggestions and report system problems to the System administrator.