*** empty log message ***
authorMatthew Mondor <mmondor@pulsar-zone.net>
Sun, 1 Oct 2006 15:43:39 +0000 (15:43 +0000)
committerMatthew Mondor <mmondor@pulsar-zone.net>
Sun, 1 Oct 2006 15:43:39 +0000 (15:43 +0000)
mmsoftware/js/classes/js_file.c

index e4b486b..19f61e8 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: js_file.c,v 1.5 2006/10/01 15:31:45 mmondor Exp $ */
+/* $Id: js_file.c,v 1.6 2006/10/01 15:43:39 mmondor Exp $ */
 
 /*
  * Copyright (c) 2006, Matthew Mondor
@@ -13,8 +13,6 @@
  *
  * XXX
  * - add path validity checking hook function
- * - optionally make the class init function also initialize stdin, stdout,
- *   stderr
  * - implement formatted printing functions sprintf, fprintf, printf
  * - XXX There is a problem with file_fh().  We probably should provide
  *   a corresponding function to free/unlock the fh.  Because otherwise the
@@ -309,7 +307,7 @@ js_InitFileClass(JSContext *cx, JSObject *obj)
                            OBJECT_TO_JSVAL(o), NULL, NULL,
                            JSPROP_READONLY | JSPROP_PERMANENT)) {
                                (void) fprintf(stderr,
-                                   "File: Error defining stdoutproperty\n");
+                                   "File: Error defining stdout property\n");
                                return NULL;
                        }
                } else {