search for: tuncate

Displaying 2 results from an estimated 2 matches for "tuncate".

Did you mean: truncate
2010 Sep 23
1
Patch to fix docs for auto_link
Hi I''ve contributed a patch which fixes an incorrect example in the documentation for auto_link in ActionView::Helpers::TextHelper. The example uses truncate in the old style of tuncate(text, length) which no longer works, so I''ve patched it to use the new tuncate(text, :length => n) style. https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/5694-change-truncate-example-in-auto_link-docs-to-correct-format#ticket-5694-2 Thanks :) -- You received this...
2003 Jan 06
0
Desktop.ini (part) solution
...diff -urN samba-2.2.7a/source/smbd/open.c samba-2.2.7a-truncfix/source/smbd/open.c --- samba-2.2.7a/source/smbd/open.c Tue Dec 10 15:58:17 2002 +++ samba-2.2.7a-truncfix/source/smbd/open.c Mon Jan 6 16:40:30 2003 @@ -910,6 +910,7 @@ * we can do. We also ensure we're not going to create or tuncate * the file as we only want an access decision at this stage. JRA. */ + fsp_open = open_file(fsp,conn,fname,psbuf, flags|(flags2&~(O_TRUNC|O_CREAT)),mode,desired_access); @@ -927,6 +928,13 @@ /* * We exit this block with the share entry *locked*..... */ + DEBUG(...