summaryrefslogtreecommitdiff
path: root/lib/Variables.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Variables.cc')
-rw-r--r--lib/Variables.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Variables.cc b/lib/Variables.cc
index 7bdf65d..274a4ed 100644
--- a/lib/Variables.cc
+++ b/lib/Variables.cc
@@ -48,6 +48,8 @@ void Variables::Dump(Handle * h, const String & format) {
(*h) << "<INPUT TYPE=\"HIDDEN\" NAME=\"" << Vn << "\" VALUE=\"" << Vv << "\">" << endnl;
} else {
// Use format here...
+ // **FIXME**
+#warning FIXME
}
}
}