X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fexpressions%2Fhelpers.c;h=25fe143728ca2a48444452de3c0a54ef216fbe09;hb=fa489d6ef77150e60c31906ee322bea2901da57f;hp=58c4a0361be81529b60d8b7a14ef4e3cba2ab581;hpb=e6645d1e3d026dfdcadd1e63a6d6445823c92fa2;p=pspp diff --git a/src/expressions/helpers.c b/src/expressions/helpers.c index 58c4a0361b..25fe143728 100644 --- a/src/expressions/helpers.c +++ b/src/expressions/helpers.c @@ -158,7 +158,7 @@ alloc_string (struct expression *e, size_t length) } struct fixed_string -copy_string (struct expression *e, const char *old, size_t length) +copy_string (struct expression *e, const unsigned char *old, size_t length) { struct fixed_string s = alloc_string (e, length); memcpy (s.string, old, length); @@ -339,8 +339,8 @@ idf_fdist (double P, double df1, double df2) * You should have received a copy of the GNU General Public * License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - * 02111-1307 USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301 USA. */ /* Returns the density of the noncentral beta distribution with