~ubuntu-branches/ubuntu/raring/heimdal/raring

« back to all changes in this revision

Viewing changes to lib/wind/normalize.c

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij
  • Date: 2011-07-21 17:40:58 UTC
  • mfrom: (1.1.12 upstream) (2.4.10 experimental)
  • Revision ID: james.westby@ubuntu.com-20110721174058-byiuowgocek307cs
Tags: 1.5~pre2+git20110720-2
Fix dependency on pthreads when building on Linux 3.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
        struct translation ts = {in[i]};
131
131
        size_t sub_len = *out_len - o;
132
132
        int ret;
133
 
        
 
133
 
134
134
        ret = hangul_decomp(in + i, in_len - i,
135
135
                            out + o, &sub_len);
136
136
        if (ret) {