mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-17 00:12:44 -04:00
16 lines
518 B
Plaintext
16 lines
518 B
Plaintext
$NetBSD: patch-ah,v 1.1 2007/11/15 06:36:46 rillig Exp $
|
|
|
|
http://wiki.netbsd.se/Typical_pkgsrc_error_messages
|
|
|
|
--- encoding.l.orig 2002-11-07 06:28:44.000000000 +0100
|
|
+++ encoding.l 2007-11-15 07:29:00.821691000 +0100
|
|
@@ -148,7 +148,7 @@ STARTENCODING{WHITESPACES}{STRING} {
|
|
|
|
<INSIDE_MAP_BLOCK>ENDMAPPING {
|
|
cur_enc->AddMapping (cur_map);
|
|
- dest.insert (std::make_pair(cur_map->cmapkey(), cur_enc));;
|
|
+ dest.insert (Encodings_t::value_type(cur_map->cmapkey(), cur_enc));
|
|
BEGIN(INSIDE_ENC_BLOCK);
|
|
}
|
|
|