summaryrefslogtreecommitdiffabout
authorMichael Krelin <hacker@klever.net>2006-12-06 17:16:12 (UTC)
committer Michael Krelin <hacker@klever.net>2006-12-06 17:16:12 (UTC)
commit480c890f78b9fcf46e006ece0eab01f946ef6f59 (patch) (side-by-side diff)
tree2b80ff7d1f1facce1dfe08983dea95e92e81a9aa
parenta22cf56603ca89efb73429fd3797a775ca908cff (diff)
downloadsitecing-480c890f78b9fcf46e006ece0eab01f946ef6f59.zip
sitecing-480c890f78b9fcf46e006ece0eab01f946ef6f59.tar.gz
sitecing-480c890f78b9fcf46e006ece0eab01f946ef6f59.tar.bz2
fixes to exception_dev component
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--components/exception_dev3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/exception_dev b/components/exception_dev
index d62f462..49b7f45 100644
--- a/components/exception_dev
+++ b/components/exception_dev
@@ -26,3 +26,3 @@
int magic = _magic;
- va_list va = _args;
+ va_list va; va_copy(va,_args);
switch(magic) {
@@ -328,2 +328,3 @@
}catch(sitecing::utility_no_prefix& e){ }
+ return np;
</%codemethod>