Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Tue, 11 Jun 2002 18:29:13 -0400 From: rich-paul AT rich-paul DOT net To: cygwin AT cygwin DOT com Subject: Comment bug Message-ID: <20020611182913.A8651@monster.rich-paul.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.16i X-Operating-System: Linux monster 2.4.17-SMPs the following comment appears at line 1297 of the latest snapshot code, and regards the implementation of conv_path_list. SRC is not a const char * because we temporarily modify it to ease the implementation. however, conv_path_list *does* take a const char * called src, and it makes a copy of it into a non-const alloca'd string called srcbuf. For what it's worth, Rich -- Got freedom? Vote Libertarian: http://www.lp.org -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/