aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-06-03 18:48:51 +0000
committerGuy Harris <guy@alum.mit.edu>2012-06-03 18:48:51 +0000
commit6230f466709c56095023782e43a21f32ea59a34e (patch)
treee6449c685a55282ce4b1c70ba047e706b5c57aee /file.c
parent5537e925f1e3d9ee5b0907324e6811eb21ec889c (diff)
Update a comment.
svn path=/trunk/; revision=43043
Diffstat (limited to 'file.c')
-rw-r--r--file.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/file.c b/file.c
index 2088d33195..4b0c5a114f 100644
--- a/file.c
+++ b/file.c
@@ -983,8 +983,9 @@ cf_get_display_name(capture_file *cf)
displayname="(No file)";
}
} else {
- /* The file we read is a temporary file from a live capture;
- we don't mention its name. */
+ /* The file we read is a temporary file from a live capture or
+ a merge operation; we don't mention its name, but, if it's
+ from a capture, give the source of the capture. */
if (cf->source) {
displayname = cf->source;
} else {