pkgsrc/net/nload/patches/patch-aa
minskim 476282a1ca Import nload from pkgsrc-wip. Packaged by Bartosz Kuzma.
nload is a console application which monitors network traffic and
bandwidth usage in real time.  It visualizes the in- and outgoing
traffic using two graphs and provides additional info like the total
amount of transfered data and min/max network usage.
2005-11-13 08:31:05 +00:00

13 lines
393 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2005/11/13 08:31:05 minskim Exp $
--- src/form_field.cpp.orig 2003-11-25 19:05:01.000000000 +0100
+++ src/form_field.cpp 2005-11-07 21:50:38.000000000 +0100
@@ -30,7 +30,7 @@
void Field::setBuffer( const char* new_buffer )
{
- set_field_buffer( m_field, 0, new_buffer );
+ set_field_buffer( m_field, 0, ( char* )new_buffer );
}
const char* Field::buffer()