Files
pkgsrc-ng/net/nload/patches/patch-aa
2013-09-26 17:14:40 +02:00

14 lines
361 B
Plaintext

$NetBSD: patch-aa,v 1.2 2008/04/19 10:57:35 obache Exp $
--- src/form_field.cpp.orig 2008-02-02 17:14:34.000000000 +0100
+++ src/form_field.cpp
@@ -36,7 +36,7 @@ Field::~Field()
void Field::setText(const string& text)
{
- set_field_buffer(m_field, 0, text.c_str());
+ set_field_buffer(m_field, 0, (char *)text.c_str());
}
string Field::getText()