diff options
Diffstat (limited to 'agent/call-scd.c')
-rw-r--r-- | agent/call-scd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/call-scd.c b/agent/call-scd.c index 0fc0d3f00..c58199539 100644 --- a/agent/call-scd.c +++ b/agent/call-scd.c @@ -682,7 +682,7 @@ readkey_status_cb (void *opaque, const char *line) * Here we only need the keyref. We use only the first received * KEYPAIRINFO; it is possible to receive several if there are * two or more active cards with the same key. */ - char *fields[2]; + const char *fields[2]; int nfields; line_buffer = xtrystrdup (line); |