Bugs item #3599797, was opened at 2013-01-07 06:34 Message generated for change (Tracker Item Submitted) made by astrofloyd You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102915&aid=3599797&group_id=2915
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: AstroFloyd (astrofloyd) Assigned to: Nobody/Anonymous (nobody) Summary: plstrf2c() called with integer instead of character array Initial Comment: In the F77 binding, the subroutine plstrf2c() called twice with an integer array instead of a character array as the second argument. This happens in the subroutines plstring() and plstring3(), in the source file bindings/f77/sfstubs.f: call plstrf2c(string,s1,maxlen) where s1 is an integer array rather than a character array. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102915&aid=3599797&group_id=2915 ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only -- learn more at: http://p.sf.net/sfu/learnmore_122412 _______________________________________________ Plplot-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/plplot-devel
