aboutsummaryrefslogtreecommitdiff
path: root/src/process_hkl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process_hkl.c')
-rw-r--r--src/process_hkl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process_hkl.c b/src/process_hkl.c
index 4982961d..a2596df3 100644
--- a/src/process_hkl.c
+++ b/src/process_hkl.c
@@ -298,7 +298,7 @@ int main(int argc, char *argv[])
int r;
rval = fgets(line, 1023, fh);
- if ( strncmp(line, "New pattern", 11) == 0 ) {
+ if ( strncmp(line, "Reflections from indexing", 25) == 0 ) {
if ( n_patterns == 0 ) {
n_patterns++;