FLTK logo

[master] 1684eb7 - Fix a type (comment only)

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[master] 1684eb7 - Fix a type (comment only) "Albrecht Schlosser" May 02, 2021  
 
commit 1684eb7efe97401e4bebad62fb60d67289d8ad50
Author:     Albrecht Schlosser <albrechts.fltk@online.de>
AuthorDate: Sun May 2 17:04:16 2021 +0200
Commit:     Albrecht Schlosser <albrechts.fltk@online.de>
CommitDate: Sun May 2 17:04:16 2021 +0200

    Fix a type (comment only)

 FL/fl_utf8.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git FL/fl_utf8.h FL/fl_utf8.h
index 315f24c..809da71 100644
--- FL/fl_utf8.h
+++ FL/fl_utf8.h
@@ -1,7 +1,7 @@
 /*
  * Author: Jean-Marc Lienher ( http://oksid.ch )
  * Copyright 2000-2010 by O'ksi'D.
- * Copyright 2016-2020 by Bill Spitzak and others.
+ * Copyright 2016-2021 by Bill Spitzak and others.
  *
  * This library is free software. Distribution and use rights are outlined in
  * the file "COPYING" which should have been included with this file.  If this
@@ -190,7 +190,7 @@ FL_EXPORT char* fl_getenv(const char *name);
 /* Portable UTF-8 aware putenv wrapper */
 FL_EXPORT int fl_putenv(const char *var);
 
-/* OD: Portable UTF-8 aware execvp wrapper */
+/* OD: Portable UTF-8 aware mkdir wrapper */
 FL_EXPORT int fl_mkdir(const char* f, int mode);
 
 /* OD: Portable UTF-8 aware rename wrapper */
Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.