diff options
Diffstat (limited to 'lib/libskey/put.c')
-rw-r--r-- | lib/libskey/put.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libskey/put.c b/lib/libskey/put.c index e57d9ca9ce4cf..fd262a4d3db73 100644 --- a/lib/libskey/put.c +++ b/lib/libskey/put.c @@ -2137,7 +2137,7 @@ char *e; standard(word); if( (v = wsrch(word,low,high)) < 0 ) return 0; - insert(b,v,(int)p,11); + insert(b,v,p,11); } /* now check the parity of what we got */ |