When inserting new cases into the data sheet, initialise them with blank/SYSMIS
[pspp] / src / ui / gui / psppire-variable.c
index 49dd84b6566fb56b4d2f5246873cbb2c18ca512c..1256c82f98ec47075aef2f0ba193e54866357f26 100644 (file)
@@ -345,6 +345,8 @@ psppire_variable_get_width(const struct PsppireVariable *pv)
   return pv->v->width;
 }
 
+
+/* FIXME: This name is misleading */
 gint
 psppire_variable_get_index(const struct PsppireVariable *pv)
 {