gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/server as_environment.h


From: Sandro Santilli
Subject: [Gnash-commit] gnash/server as_environment.h
Date: Thu, 21 Sep 2006 12:44:33 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/09/21 12:44:33

Modified files:
        server         : as_environment.h 

Log message:
        updated dox of parse_path

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/as_environment.h?cvsroot=gnash&r1=1.22&r2=1.23

Patches:
Index: as_environment.h
===================================================================
RCS file: /sources/gnash/gnash/server/as_environment.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- as_environment.h    21 Sep 2006 12:26:17 -0000      1.22
+++ as_environment.h    21 Sep 2006 12:44:33 -0000      1.23
@@ -36,7 +36,7 @@
 //
 //
 
-/* $Id: as_environment.h,v 1.22 2006/09/21 12:26:17 strk Exp $ */
+/* $Id: as_environment.h,v 1.23 2006/09/21 12:44:33 strk Exp $ */
 
 #ifndef GNASH_AS_ENVIRONMENT_H
 #define GNASH_AS_ENVIRONMENT_H
@@ -302,10 +302,10 @@
        //      path.to.some.var
        //
        // If that's the format, puts the path part (no colon or
-       // trailing slash) in *path, and the varname part (no colon)
+       // trailing slash) in *path, and the varname part (no colon, no dot)
        // in *var and returns true.
        //
-       // If no colon, returns false and leaves *path & *var alone.
+       // If no colon or dot, returns false and leaves *path & *var alone.
        //
        static bool parse_path(const tu_string& var_path, tu_string& path,
                tu_string& var);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]