#178: Typos in applied patch for #177
----------------------+-----------------------------------------------------
Reporter: vszakats | Owner:
Type: defect | Status: new
Priority: blocker | Milestone: 1.2.6
Component: API | Version: 1.2.6
Keywords: | Blocks:
Blocked By: |
----------------------+-----------------------------------------------------
Trac apparently swallowed underscores in my report, so now there is a typo
in commit:
http://git.libssh2.org/?p=libssh2.git;a=commitdiff;h=49ddf447ff4bd80285f926eac0115f4e595f9425
With proper formatting:
line 1153:
{{{
#if defined( BORLANDC ) || defined( _MSC_VER ) || defined( MINGW32 )
}}}
should be:
{{{
#if defined( __BORLANDC__ ) || defined( _MSC_VER ) || defined( __MINGW32__
)
}}}
-- Ticket URL: <http://libssh2.stuge.se/ticket/178> libssh2 <http://libssh2.stuge.se/> C library for writing portable SSH2 clients _______________________________________________ libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-develReceived on 2010-06-16