summaryrefslogtreecommitdiff
path: root/src/global.c
diff options
context:
space:
mode:
authorMoritz Schulte <mo@g10code.com>2005-06-17 12:59:03 +0000
committerMoritz Schulte <mo@g10code.com>2005-06-17 12:59:03 +0000
commit035b111052a3093352c1be93c614af243a9a35a3 (patch)
treef9c3c469191e85146ec20fe3e6ac9fb5d8a385d8 /src/global.c
parent839a1b1e5a81f16b9598c437f6b7daacaa08eeeb (diff)
downloadlibgcrypt-035b111052a3093352c1be93c614af243a9a35a3.tar.gz
2005-06-17 Moritz Schulte <moritz@g10code.com>
* global.c (gcry_xstrdup): Removed superfluous strcpy call.
Diffstat (limited to 'src/global.c')
-rw-r--r--src/global.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/global.c b/src/global.c
index 513eec35..3157457d 100644
--- a/src/global.c
+++ b/src/global.c
@@ -632,7 +632,6 @@ gcry_xstrdup (const char *string)
}
}
- strcpy( p, string );
return p;
}