Update a comment.

svn path=/trunk/; revision=43043
This commit is contained in:
Guy Harris 2012-06-03 18:48:51 +00:00
parent 5537e925f1
commit 6230f46670

5
file.c
View File

@ -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 {