1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Fix patch path.

This commit is contained in:
Alex Dupre 2008-01-19 16:50:03 +00:00
parent d7bcf9d063
commit e24b66ddfc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=205836

View File

@ -1,5 +1,5 @@
--- native/src/pkcs11wrapper.c.orig 2008-01-17 12:49:35.000000000 +0100
+++ native/src/pkcs11wrapper.c 2008-01-17 12:53:51.000000000 +0100
--- ../../src/pkcs11wrapper.c.orig 2008-01-17 12:49:35.000000000 +0100
+++ ../../src/pkcs11wrapper.c 2008-01-17 12:53:51.000000000 +0100
@@ -3965,11 +3965,12 @@
jpTemp = (jchar*) malloc((*ckpLength) * sizeof(jchar));
if (jpTemp == NULL) { *ckpArray = NULL_PTR; throwOutOfMemoryError(env); return 1; }