aboutsummaryrefslogtreecommitdiff
path: root/src/if_cscope.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/if_cscope.c')
-rw-r--r--src/if_cscope.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/if_cscope.c b/src/if_cscope.c
index 1d20db8ade..ae1495ce06 100644
--- a/src/if_cscope.c
+++ b/src/if_cscope.c
@@ -623,7 +623,7 @@ cs_reading_emsg (
int idx /* connection index */
)
{
- EMSGN(_("E262: error reading cscope connection %ld"), idx);
+ EMSGN(_("E262: error reading cscope connection %" PRId64), idx);
}
#define CSREAD_BUFSIZE 2048